diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
commit | 3898ce2f2d069e0669178de70c0519a01202e7f6 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /math/galculator | |
parent | 1fbf196231c041a6156a15d4636adac1f8636ea2 (diff) | |
download | pkgsrc-3898ce2f2d069e0669178de70c0519a01202e7f6.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/Makefile | 5 |
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" |