diff options
Diffstat (limited to 'math/galculator/Makefile')
-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" |