diff options
Diffstat (limited to 'math/genius')
-rw-r--r-- | math/genius/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/genius/Makefile b/math/genius/Makefile index a55131bbb04..a3b68649e8c 100644 --- a/math/genius/Makefile +++ b/math/genius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/08/03 18:59:58 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2006/09/06 11:54:46 obache Exp $ # DISTNAME= genius-0.7.5 @@ -12,7 +12,7 @@ COMMENT= Calculator and math tool USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config gmake intltool +USE_TOOLS+= pkg-config gmake intltool msgfmt USE_DIRS+= gnome2-1.5 USE_GNU_READLINE= yes |