diff options
author | itojun <itojun@pkgsrc.org> | 2000-11-09 14:26:33 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-11-09 14:26:33 +0000 |
commit | d8a7747225eebf6886e5fc1f3e338248a088668b (patch) | |
tree | f1da723644a94c58e502ee3bfd8fd4869944a0c7 /devel/bison | |
parent | 53a3b2516e5088d3e08ceab7f830042210a94994 (diff) | |
download | pkgsrc-d8a7747225eebf6886e5fc1f3e338248a088668b.tar.gz |
libintl tweaks are moved into bsd.pkg.mk
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 8266ebea2d1..f91af1e7ac8 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/11/01 03:41:28 itojun Exp $ +# $NetBSD: Makefile,v 1.15 2000/11/09 14:26:33 itojun Exp $ DISTNAME= bison-1.28 CATEGORIES= devel @@ -15,10 +15,6 @@ 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" |