pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/heimdal This needs a yacc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f779bee28c2c
branches:  trunk
changeset: 482058:f779bee28c2c
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Oct 19 04:01:13 2004 +0000

description:
This needs a yacc.
So used:
USE_GNU_TOOLS+=                yacc
(But it didn't necessarily need a GNU version.)

diffstat:

 security/heimdal/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 275f1c066bc2 -r f779bee28c2c security/heimdal/Makefile
--- a/security/heimdal/Makefile Tue Oct 19 03:52:41 2004 +0000
+++ b/security/heimdal/Makefile Tue Oct 19 04:01:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/10/03 00:18:09 tv Exp $
+# $NetBSD: Makefile,v 1.25 2004/10/19 04:01:13 reed Exp $
 
 DISTNAME=      heimdal-0.6.3
 PKGREVISION=   1
@@ -16,6 +16,7 @@
 
 USE_BUILDLINK3=                yes
 USE_LIBTOOL=           yes
+USE_GNU_TOOLS+=                yacc
 
 HEIMDAL_STATEDIR?=     ${VARBASE}/heimdal
 



Home | Main Index | Thread Index | Old Index