diff options
author | cjep <cjep@pkgsrc.org> | 2005-11-07 10:05:50 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2005-11-07 10:05:50 +0000 |
commit | c516d019a1a56d0f984fff9d5f55bc2f5f9786b5 (patch) | |
tree | 868f0cacd8d76fbc5bdcd32a7b365ef648c4ca4e /devel/bison/Makefile | |
parent | 604a8bc47769fe66a3a623cfc639b3df947d123b (diff) | |
download | pkgsrc-c516d019a1a56d0f984fff9d5f55bc2f5f9786b5.tar.gz |
Add a USE_LANGUAGES variable. Noted by Georg Schwarz in private e-mail
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r-- | devel/bison/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 928b1109875..c883034d597 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2005/09/30 13:51:25 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2005/11/07 10:05:50 cjep Exp $ DISTNAME= bison-2.1 CATEGORIES= devel @@ -13,6 +13,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews BUILD_USES_MSGFMT= yes GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ USE_TOOLS+= gm4:run INFO_FILES= bison.info |