summaryrefslogtreecommitdiff
path: root/ham/grig/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-13 18:23:29 +0000
committerjlam <jlam>2006-04-13 18:23:29 +0000
commit2b7701c2e846af68d16fca094c7edd5a431d4797 (patch)
tree729febc408b332097c08ae0e7d6cc546eae5bec4 /ham/grig/Makefile
parent381acf95ec4f42fe16a17018bf9d56363883a683 (diff)
downloadpkgsrc-2b7701c2e846af68d16fca094c7edd5a431d4797.tar.gz
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'ham/grig/Makefile')
-rw-r--r--ham/grig/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/ham/grig/Makefile b/ham/grig/Makefile
index 11574cde6b7..6ad9c9fc53a 100644
--- a/ham/grig/Makefile
+++ b/ham/grig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/02/05 23:09:42 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2006/04/13 18:23:34 jlam Exp $
#
DISTNAME= grig-0.4.3
@@ -11,9 +11,8 @@ HOMEPAGE= http://groundstation.sourceforge.net/
COMMENT= Graphical user interface to the Hamlib libraries
USE_LIBTOOL= yes
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake msgfmt
GNU_CONFIGURE= yes
-BUILD_USES_MSGFMT= YES
.include "../../ham/hamlib/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"