summaryrefslogtreecommitdiff
path: root/devel/bison
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-04-13 18:23:29 +0000
committerjlam <jlam@pkgsrc.org>2006-04-13 18:23:29 +0000
commit1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 (patch)
tree729febc408b332097c08ae0e7d6cc546eae5bec4 /devel/bison
parentc3df5f94e8336d21aea6980590b3530b787be1a9 (diff)
downloadpkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'devel/bison')
-rw-r--r--devel/bison/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index 9abd5a6dd0e..8e9d99e2ab7 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2006/03/30 03:44:42 jlam Exp $
+# $NetBSD: Makefile,v 1.58 2006/04/13 18:23:31 jlam Exp $
DISTNAME= bison-2.1
CATEGORIES= devel
@@ -11,10 +11,9 @@ COMMENT= GNU yacc(1) replacement
PKG_INSTALLATION_TYPES= overwrite pkgviews
-BUILD_USES_MSGFMT= yes
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
-USE_TOOLS+= gm4:run
+USE_TOOLS+= gm4:run msgfmt
INFO_FILES= # PLIST
TEST_TARGET= check