summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim>2006-07-18 19:05:07 +0000
committerminskim <minskim>2006-07-18 19:05:07 +0000
commite475a2f2f0bd1ec98a8e040860f91fa4b8318199 (patch)
tree26905b87942e13d1d1b766dda13b9943bf04ac30
parent9ad5f53b3b339f230f49fb1523011ed069879dd5 (diff)
downloadpkgsrc-e475a2f2f0bd1ec98a8e040860f91fa4b8318199.tar.gz
USE_TOOLS+=yacc
Suggested by schmonz@.
-rw-r--r--devel/jam/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/jam/Makefile b/devel/jam/Makefile
index e3d1d868f64..f6a26f260fa 100644
--- a/devel/jam/Makefile
+++ b/devel/jam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/02/05 23:08:44 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2006/07/18 19:05:07 minskim Exp $
#
DISTNAME= jam-2.5
@@ -15,6 +15,7 @@ CONFLICTS= acunia-jam-[0-9]*
DIST_SUBDIR= ${PKGNAME_NOREV}nb1
WRKSRC= ${WRKDIR}
+USE_TOOLS+= yacc
DOCDIR= share/doc/${PKGBASE}
HTMLDIR= share/doc/html/${PKGBASE}