diff options
-rw-r--r-- | math/gcalctool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 0707b316312..b0153c2f221 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2008/02/04 20:10:34 tnn Exp $ +# $NetBSD: Makefile,v 1.67 2008/02/05 20:28:53 drochner Exp $ # DISTNAME= gcalctool-5.20.2 @@ -15,7 +15,7 @@ CONFIGURE_ENV+= HAVE_YACC=yes USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes -USE_TOOLS+= bison gmake intltool lex msgfmt pkg-config +USE_TOOLS+= bison gmake intltool flex msgfmt pkg-config USE_PKGLOCALEDIR= yes GCONF_SCHEMAS= gcalctool.schemas |