aboutsummaryrefslogtreecommitdiff
path: root/devel/bison2
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-03-26 09:30:06 +0000
committerAde Lovett <ade@FreeBSD.org>2006-03-26 09:30:06 +0000
commit5671344c110f4dac5d9c9eaff3b663c52cfdccb0 (patch)
tree390cb18f314f89c1f355a59e6d5851bac36feb12 /devel/bison2
parentb93202c7144872e6257a89d069e42fee025739ce (diff)
downloadports-5671344c110f4dac5d9c9eaff3b663c52cfdccb0.tar.gz
ports-5671344c110f4dac5d9c9eaff3b663c52cfdccb0.zip
Notes
Diffstat (limited to 'devel/bison2')
-rw-r--r--devel/bison2/Makefile5
-rw-r--r--devel/bison2/pkg-plist2
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