summaryrefslogtreecommitdiff
path: root/devel/bison
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
commit186b8ba82fdd761aee89704395c52ac809bc7026 (patch)
tree65c820907a86a7c844ee463115637dde60f2aa36 /devel/bison
parent* Add a new bsd.php.mk that takes the place of lang/php4/bsd.php.mk [1] (diff)
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor Tested by: bento
Notes
Notes: svn path=/head/; revision=99914
Diffstat (limited to 'devel/bison')
-rw-r--r--devel/bison/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index 0f71e4b5320c..337d7fc5bc21 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bison
PORTVERSION= 1.75
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -19,7 +19,6 @@ CONFLICTS= bison-[0-9]+
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
.if !defined(WITHOUT_NLS)
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old
PLIST_SUB= NLS=""
.else
PLIST_SUB= NLS="@comment "
@@ -27,6 +26,7 @@ PLIST_SUB= NLS="@comment "
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_BZIP2= yes
+USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.if defined(WITHOUT_NLS)