diff options
author | joerg <joerg> | 2006-12-27 12:03:24 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-12-27 12:03:24 +0000 |
commit | a9d42cb94f6ea812ccbc87782ecc0d39650345cb (patch) | |
tree | d808b1d2c370135321e71e09896b3d5a9151b402 /ham | |
parent | 6eaa43744e9bc5d1853f35c42a80316953609ff7 (diff) | |
download | pkgsrc-a9d42cb94f6ea812ccbc87782ecc0d39650345cb.tar.gz |
Needs intltool.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/gpredict/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/gpredict/Makefile b/ham/gpredict/Makefile index 782b9d10e03..35847277b64 100644 --- a/ham/gpredict/Makefile +++ b/ham/gpredict/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/12/19 19:11:19 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/12/27 12:03:24 joerg Exp $ DISTNAME= gpredict-0.6.1 PKGREVISION= 1 @@ -10,7 +10,7 @@ HOMEPAGE= http://groundstation.sourceforge.net/ COMMENT= Gnome satellite tracking program USE_LANGUAGES= c c++ -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake msgfmt pkg-config intltool USE_PKGLOCALEDIR=yes GNU_CONFIGURE= yes |