diff options
Diffstat (limited to 'math/gcalctool')
-rw-r--r-- | math/gcalctool/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index c763912a2e7..d5cb5421c9c 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2006/03/30 21:28:37 jmmv Exp $ +# $NetBSD: Makefile,v 1.53 2006/04/13 18:23:35 jlam Exp $ # DISTNAME= gcalctool-5.7.32 @@ -10,14 +10,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://calctool.sourceforge.net/ COMMENT= Desktop calculator for GNOME -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES CONFIGURE_ENV+= HAVE_YACC=yes USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes -USE_TOOLS+= bison gmake pkg-config +USE_TOOLS+= bison gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes GCONF2_SCHEMAS= gcalctool.schemas |