summaryrefslogtreecommitdiff
path: root/devel/bison
diff options
context:
space:
mode:
authoritojun <itojun>2000-11-01 03:41:28 +0000
committeritojun <itojun>2000-11-01 03:41:28 +0000
commitb7cacfe64ba248be4a126a308650d79bee08aaef (patch)
treead463a89d707b2b9903d9666bc6b3337c7cbb41a /devel/bison
parent94e720e9d69224f35325502ac922489161826499 (diff)
downloadpkgsrc-b7cacfe64ba248be4a126a308650d79bee08aaef.tar.gz
update dependency to gettext. BUILD_DEPEND on gettext, and have USE_LIBINTL.
Diffstat (limited to 'devel/bison')
-rw-r--r--devel/bison/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index 130715ec9b3..8266ebea2d1 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2000/07/31 04:14:06 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2000/11/01 03:41:28 itojun Exp $
DISTNAME= bison-1.28
CATEGORIES= devel
@@ -7,15 +7,18 @@ MASTER_SITES= ${MASTER_SITE_GNU:=bison/}
MAINTAINER= thorpej@netbsd.org
HOMEPAGE= http://www.gnu.org/software/bison/bison.html
-DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
+BUILD_DEPENDS+= msgfmt:../../devel/gettext
GNU_CONFIGURE= yes
INFO_FILES= bison.info
+USE_LIBINTL= YES
CPPFLAGS+= -Dunix # for $TMPDIR parsing
CPPFLAGS+= -I${LOCALBASE}/include # for libintl.h
+# if we have /usr/lib/libintl.a, we don't really need -L
INTLLIBS= -L${LOCALBASE}/lib -lintl
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" INTLLIBS="${INTLLIBS}"
+CONFIGURE_ARGS+=--without-included-gettext
.include "../../mk/bsd.pkg.mk"