diff options
author | minskim <minskim> | 2006-07-18 19:05:07 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-07-18 19:05:07 +0000 |
commit | e475a2f2f0bd1ec98a8e040860f91fa4b8318199 (patch) | |
tree | 26905b87942e13d1d1b766dda13b9943bf04ac30 | |
parent | 9ad5f53b3b339f230f49fb1523011ed069879dd5 (diff) | |
download | pkgsrc-e475a2f2f0bd1ec98a8e040860f91fa4b8318199.tar.gz |
USE_TOOLS+=yacc
Suggested by schmonz@.
-rw-r--r-- | devel/jam/Makefile | 3 |
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} |