diff options
author | ade <ade@FreeBSD.org> | 2006-03-26 17:30:06 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-03-26 17:30:06 +0800 |
commit | 2de40b66977c139fc9aa15c9397c02dc7523605c (patch) | |
tree | 7fbb5a26f6242dd3034f467cf034765ff4401188 /devel | |
parent | 6b0d2661c7c33f1b484fca23635d32d28ca77c5f (diff) | |
download | freebsd-ports-gnome-2de40b66977c139fc9aa15c9397c02dc7523605c.tar.gz freebsd-ports-gnome-2de40b66977c139fc9aa15c9397c02dc7523605c.tar.zst freebsd-ports-gnome-2de40b66977c139fc9aa15c9397c02dc7523605c.zip |
Don't install the "helpful" yacc-esque version of bison2, it causes
lots of fun and entertaining problems.
Submitted by: nork
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bison2/Makefile | 5 | ||||
-rw-r--r-- | devel/bison2/pkg-plist | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/bison2/Makefile b/devel/bison2/Makefile index 3a08005d3460..679734c73227 100644 --- a/devel/bison2/Makefile +++ b/devel/bison2/Makefile @@ -7,7 +7,7 @@ PORTNAME= bison PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -31,8 +31,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= bison.1 INFO= bison +CONFIGURE_ARGS+=--disable-yacc .if defined(WITHOUT_NLS) -CONFIGURE_ARGS+= --disable-nls +CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else USE_GETTEXT= yes diff --git a/devel/bison2/pkg-plist b/devel/bison2/pkg-plist index 2b5dd46ee5d7..5d9090c7b968 100644 --- a/devel/bison2/pkg-plist +++ b/devel/bison2/pkg-plist @@ -1,8 +1,6 @@ @comment $FreeBSD$ bin/bison bin/bison2 -bin/yacc -lib/liby.a share/aclocal/bison-i18n.m4 %%DATADIR%%/c.m4 %%DATADIR%%/c++.m4 |