summaryrefslogtreecommitdiff
path: root/devel/bison
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-21 00:59:26 +0000
committerjlam <jlam@pkgsrc.org>2002-09-21 00:59:26 +0000
commit1ffdbcf408edb7154220bf78e56c9aa0dbb0e821 (patch)
treec2123fd5bf586f8d9422f0f1ac52280ab954a78a /devel/bison
parent49360fea61bbf69d9ff63a8afd22df1988f5f531 (diff)
downloadpkgsrc-1ffdbcf408edb7154220bf78e56c9aa0dbb0e821.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'devel/bison')
-rw-r--r--devel/bison/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index df850bcd694..d0f9eaceb4d 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2002/08/22 09:31:59 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2002/09/21 01:04:01 jlam Exp $
DISTNAME= bison-1.35
CATEGORIES= devel
@@ -11,11 +11,11 @@ COMMENT= GNU yacc(1) replacement
BUILD_USES_MSGFMT= yes
-USE_BUILDLINK_ONLY= # defined, though not really true
+USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --without-included-gettext
CONFIGURE_ARGS+= --without-libiconv-prefix
-CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_DIR}
+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.
@@ -25,6 +25,6 @@ CPPFLAGS+= -Dunix # for $TMPDIR parsing
INFO_FILES= bison.info
-.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"