summaryrefslogtreecommitdiff
path: root/devel/gdb6
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/gdb6
parentc3df5f94e8336d21aea6980590b3530b787be1a9 (diff)
downloadpkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'devel/gdb6')
-rw-r--r--devel/gdb6/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/gdb6/Makefile b/devel/gdb6/Makefile
index 03a38b11deb..d5bd69b6a0e 100644
--- a/devel/gdb6/Makefile
+++ b/devel/gdb6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/03/30 03:44:42 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2006/04/13 18:23:31 jlam Exp $
#
DISTNAME= gdb-6.2.1
@@ -13,9 +13,7 @@ COMMENT= The GNU Project Debugger
NOT_FOR_PLATFORM= Darwin-*-*
-BUILD_USES_MSGFMT= yes
-
-USE_TOOLS+= gmake makeinfo
+USE_TOOLS+= gmake makeinfo msgfmt
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
USE_PKGLOCALEDIR= yes