diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-10 16:09:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-10 16:09:47 +0000 |
commit | f141664ee090d3ded886e69950a5d154e58aec05 (patch) | |
tree | 21dd5ad508a54629e0ddfd93b5ce93647e7a5d0e /math | |
parent | a11824743f29bfe59a880f1ba0fe9301c4af22b6 (diff) | |
download | pkgsrc-f141664ee090d3ded886e69950a5d154e58aec05.tar.gz |
Needs intltool, add it to tools.
Diffstat (limited to 'math')
-rw-r--r-- | math/guppi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index 0698f4577fd..9b34a6e7d56 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2006/06/28 12:15:13 joerg Exp $ +# $NetBSD: Makefile,v 1.57 2006/07/10 16:09:47 wiz Exp $ DISTNAME= Guppi-0.40.3 PKGNAME= ${DISTNAME:S/G/g/} @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --disable-gnumeric USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake msgfmt +USE_TOOLS+= gmake intltool msgfmt GNU_CONFIGURE= YES USE_LIBTOOL= YES BROKEN_GETTEXT_DETECTION= yes |