From 9bf99f9d2d6dc213b806ab7c41381e5ce5c2b8c5 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 21 Sep 2002 00:59:26 +0000 Subject: buildlink1 -> buildlink2 --- devel/bison/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'devel/bison') 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" -- cgit v1.2.3