pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/bison Add a USE_LANGUAGES variable. Noted by Geo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ecf408ba629d
branches:  trunk
changeset: 502589:ecf408ba629d
user:      cjep <cjep%pkgsrc.org@localhost>
date:      Mon Nov 07 10:05:50 2005 +0000

description:
Add a USE_LANGUAGES variable. Noted by Georg Schwarz in private e-mail

diffstat:

 devel/bison/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 72c6f7d9bd3d -r ecf408ba629d devel/bison/Makefile
--- a/devel/bison/Makefile      Mon Nov 07 06:52:24 2005 +0000
+++ b/devel/bison/Makefile      Mon Nov 07 10:05:50 2005 +0000
@@ -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 @@
 
 BUILD_USES_MSGFMT=     yes
 GNU_CONFIGURE=         YES
+USE_LANGUAGES=         c c++
 USE_TOOLS+=            gm4:run
 
 INFO_FILES=            bison.info



Home | Main Index | Thread Index | Old Index