diff options
-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" |