diff options
author | itojun <itojun@pkgsrc.org> | 2000-11-01 03:41:28 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-11-01 03:41:28 +0000 |
commit | 021f3f350292b9983453ca5d5c08f13692254968 (patch) | |
tree | ad463a89d707b2b9903d9666bc6b3337c7cbb41a /devel | |
parent | 9031b1a421272fb428cf1095aec2f91e52747948 (diff) | |
download | pkgsrc-021f3f350292b9983453ca5d5c08f13692254968.tar.gz |
update dependency to gettext. BUILD_DEPEND on gettext, and have USE_LIBINTL.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bison/Makefile | 7 |
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" |