diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-05 02:02:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-05 02:02:08 +0800 |
commit | 72f0fcd211558f22c24de553276f211edb456d00 (patch) | |
tree | ff1b50c947b2f8d0f20a5e9eb000b3242d837225 /devel | |
parent | a25a0a366049637ff13a86173d34e136fdbcd7c6 (diff) | |
download | freebsd-ports-gnome-72f0fcd211558f22c24de553276f211edb456d00.tar.gz freebsd-ports-gnome-72f0fcd211558f22c24de553276f211edb456d00.tar.zst freebsd-ports-gnome-72f0fcd211558f22c24de553276f211edb456d00.zip |
Switch to USE_GETTEXT.
PR: 62351
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bison/Makefile | 6 | ||||
-rw-r--r-- | devel/bison175/Makefile | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 337d7fc5bc21..29180a35c6c1 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -15,18 +15,20 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A parser generator from FSF, (mostly) compatible with Yacc +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 CONFLICTS= bison-[0-9]+ -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 .if !defined(WITHOUT_NLS) PLIST_SUB= NLS="" .else PLIST_SUB= NLS="@comment " .endif -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_BZIP2= yes +.if !defined(WITHOUT_NLS) USE_GETTEXT= yes +.endif GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if defined(WITHOUT_NLS) diff --git a/devel/bison175/Makefile b/devel/bison175/Makefile index 337d7fc5bc21..29180a35c6c1 100644 --- a/devel/bison175/Makefile +++ b/devel/bison175/Makefile @@ -15,18 +15,20 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A parser generator from FSF, (mostly) compatible with Yacc +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 CONFLICTS= bison-[0-9]+ -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 .if !defined(WITHOUT_NLS) PLIST_SUB= NLS="" .else PLIST_SUB= NLS="@comment " .endif -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_BZIP2= yes +.if !defined(WITHOUT_NLS) USE_GETTEXT= yes +.endif GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if defined(WITHOUT_NLS) |