summaryrefslogtreecommitdiff
path: root/devel/bison
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-19 04:15:24 +0000
committerjlam <jlam@pkgsrc.org>2001-06-19 04:15:24 +0000
commit7a3aed445ff8d0d893bf0f20de632d170bf06358 (patch)
treec233a766af22909d7b9d8cc5e13e871afe2a639a /devel/bison
parentb7c02290c36593aeefe3beb05a510c3d68d55378 (diff)
downloadpkgsrc-7a3aed445ff8d0d893bf0f20de632d170bf06358.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'devel/bison')
-rw-r--r--devel/bison/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index 6948638d408..7ac97a7a665 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2001/06/11 06:34:25 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2001/06/19 04:15:24 jlam Exp $
DISTNAME= bison-1.28
CATEGORIES= devel
@@ -10,7 +10,8 @@ COMMENT= GNU yacc(1) replacement
BUILD_USES_MSGFMT= yes
-USE_LIBINTL= # defined
+#USE_LIBINTL= # defined
+USE_BUILDLINK_ONLY= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --without-included-gettext
CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
@@ -19,4 +20,5 @@ CPPFLAGS+= -Dunix # for $TMPDIR parsing
INFO_FILES= bison.info
+.include "../../devel/gettext-lib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"