diff options
-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 |