pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel USE_TOOLS+=yacc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f465b5ca56bd
branches:  trunk
changeset: 514925:f465b5ca56bd
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Jun 20 22:07:38 2006 +0000

description:
USE_TOOLS+=yacc

diffstat:

 devel/aegis/Makefile |  4 ++--
 devel/as31/Makefile  |  3 ++-
 devel/cook/Makefile  |  4 ++--
 devel/fhist/Makefile |  4 ++--
 4 files changed, 8 insertions(+), 7 deletions(-)

diffs (71 lines):

diff -r 03e8afe978b2 -r f465b5ca56bd devel/aegis/Makefile
--- a/devel/aegis/Makefile      Tue Jun 20 22:05:22 2006 +0000
+++ b/devel/aegis/Makefile      Tue Jun 20 22:07:38 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/04/13 18:23:30 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2006/06/20 22:07:38 minskim Exp $
 #
 
 DISTNAME=      aegis-4.15
@@ -13,7 +13,7 @@
 GNU_CONFIGURE=         yes
 USE_PKGLOCALEDIR=      yes
 CONFIGURE_ARGS+=       --with-nlsdir=${_PKGLOCALEDIR:Q}
-USE_TOOLS+=            groff gsoelim msgfmt
+USE_TOOLS+=            groff gsoelim msgfmt yacc
 
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 03e8afe978b2 -r f465b5ca56bd devel/as31/Makefile
--- a/devel/as31/Makefile       Tue Jun 20 22:05:22 2006 +0000
+++ b/devel/as31/Makefile       Tue Jun 20 22:07:38 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/01/21 18:57:40 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2006/06/20 22:08:36 minskim Exp $
 
 DISTNAME=      asm.8051
 PKGNAME=       as31-19900126
@@ -14,6 +14,7 @@
 WRKSRC=                ${WRKDIR}
 EXTRACT_CMD=   ${GZCAT} ${DOWNLOADED_DISTFILE} | \
                ${SED} '1,/^.! \/bin\/sh/d' | ${SH}
+USE_TOOLS+=    yacc
 MAKEFILE=      makefile
 BUILD_TARGET=  as31
 
diff -r 03e8afe978b2 -r f465b5ca56bd devel/cook/Makefile
--- a/devel/cook/Makefile       Tue Jun 20 22:05:22 2006 +0000
+++ b/devel/cook/Makefile       Tue Jun 20 22:07:38 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/04/13 18:23:31 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2006/06/20 22:09:16 minskim Exp $
 
 DISTNAME=      cook-2.22
 PKGREVISION=   3
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://www.canb.auug.org.au/~millerp/cook/cook.html
 COMMENT=       More powerful replacement for the traditional make(1) tool
 
-USE_TOOLS+=    msgfmt
+USE_TOOLS+=    msgfmt yacc
 GNU_CONFIGURE= yes
 
 .include "../../devel/gettext-lib/buildlink3.mk"
diff -r 03e8afe978b2 -r f465b5ca56bd devel/fhist/Makefile
--- a/devel/fhist/Makefile      Tue Jun 20 22:05:22 2006 +0000
+++ b/devel/fhist/Makefile      Tue Jun 20 22:07:38 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/04/13 18:23:31 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2006/06/20 22:09:46 minskim Exp $
 #
 
 DISTNAME=              fhist-1.13
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://fhist.sourceforge.net/
 COMMENT=               File history and comparison tools
 
-USE_TOOLS+=            gsoelim msgfmt
+USE_TOOLS+=            gsoelim msgfmt yacc
 GNU_CONFIGURE=         YES
 
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index