summaryrefslogtreecommitdiff
path: root/devel/bison/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2002-11-30 14:04:01 +0000
committergrant <grant>2002-11-30 14:04:01 +0000
commitaaf3b1baa0e6a840ea6621cf075449e753a65299 (patch)
tree6e1caeffece4882d74c77a2c832712e2ef2ccf52 /devel/bison/Makefile
parentcf76af2327faa5cd144190a22f352224f8d4dd25 (diff)
downloadpkgsrc-aaf3b1baa0e6a840ea6621cf075449e753a65299.tar.gz
USE_PKGLOCALEDIR.
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r--devel/bison/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index f9592b466cb..31745d7aa13 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2002/10/05 04:17:59 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2002/11/30 14:04:01 grant Exp $
DISTNAME= bison-1.35
CATEGORIES= devel
@@ -13,12 +13,13 @@ BUILD_USES_MSGFMT= yes
USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
+USE_PKGLOCALEDIR= # defined
CONFIGURE_ARGS+= --without-included-gettext
CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext-lib}
# We set the timezone to "GMT" below to avoid rebuilds of the info files
# which fail under NetBSD 1.5.
-MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" TZ=GMT
+MAKE_ENV+= TZ=GMT
CPPFLAGS+= -Dunix # for $TMPDIR parsing