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 | 4d03fe714e2c9d4c1592a75d0b56cdfc31835b38 (patch) | |
tree | 868f0cacd8d76fbc5bdcd32a7b365ef648c4ca4e /devel | |
parent | dce0a8808422d36eee5c54318e5ad57904c5df5f (diff) | |
download | pkgsrc-4d03fe714e2c9d4c1592a75d0b56cdfc31835b38.tar.gz |
Add a USE_LANGUAGES variable. Noted by Georg Schwarz in private e-mail
Diffstat (limited to 'devel')
-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 |