summaryrefslogtreecommitdiff
path: root/math/galculator
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 /math/galculator
parentc3df5f94e8336d21aea6980590b3530b787be1a9 (diff)
downloadpkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'math/galculator')
-rw-r--r--math/galculator/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile
index 3a00d64ed12..3976c88e56f 100644
--- a/math/galculator/Makefile
+++ b/math/galculator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/04/03 13:08:03 drochner Exp $
+# $NetBSD: Makefile,v 1.10 2006/04/13 18:23:35 jlam Exp $
#
DISTNAME= galculator-1.2.5.2
@@ -11,8 +11,7 @@ COMMENT= Desktop calculator with scientific / RPN modes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake pkg-config
-BUILD_USES_MSGFMT= yes
+USE_TOOLS+= gmake msgfmt pkg-config
.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"