summaryrefslogtreecommitdiff
path: root/ham/gpredict/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-04-13 18:23:29 +0000
committerjlam <jlam@pkgsrc.org>2006-04-13 18:23:29 +0000
commit3898ce2f2d069e0669178de70c0519a01202e7f6 (patch)
tree729febc408b332097c08ae0e7d6cc546eae5bec4 /ham/gpredict/Makefile
parent1fbf196231c041a6156a15d4636adac1f8636ea2 (diff)
downloadpkgsrc-3898ce2f2d069e0669178de70c0519a01202e7f6.tar.gz
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'ham/gpredict/Makefile')
-rw-r--r--ham/gpredict/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/ham/gpredict/Makefile b/ham/gpredict/Makefile
index 6fff6a61199..e480699a3ee 100644
--- a/ham/gpredict/Makefile
+++ b/ham/gpredict/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/02/05 23:09:42 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2006/04/13 18:23:34 jlam Exp $
DISTNAME= gpredict-0.5.2
PKGREVISION= 2
@@ -9,10 +9,9 @@ MAINTAINER= wulf@NetBSD.org
HOMEPAGE= http://groundstation.sourceforge.net/
COMMENT= Gnome satellite tracking program
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake msgfmt pkg-config
USE_PKGLOCALEDIR=yes
GNU_CONFIGURE= yes
-BUILD_USES_MSGFMT=yes
.include "../../devel/GConf/buildlink3.mk"
.include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk"