summaryrefslogtreecommitdiff
path: root/ham/grig/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-05 05:37:39 +0000
committerjlam <jlam>2006-07-05 05:37:39 +0000
commitff1abac1968d3a2126fff67c56d713586d517e87 (patch)
tree3f9b395b95d690e2d375fdb2725a5c29aefa896e /ham/grig/Makefile
parent0cb95d495a5a6cb76d08b759433e65f0656a3f0a (diff)
downloadpkgsrc-ff1abac1968d3a2126fff67c56d713586d517e87.tar.gz
Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
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 a688c6b8dd0..9d5bee09570 100644
--- a/ham/grig/Makefile
+++ b/ham/grig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/06/11 14:09:01 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2006/07/05 05:37:42 jlam Exp $
#
DISTNAME= grig-0.4.3
@@ -11,10 +11,9 @@ HOMEPAGE= http://groundstation.sourceforge.net/
COMMENT= Graphical user interface to the Hamlib libraries
USE_LIBTOOL= yes
-USE_TOOLS+= gmake msgfmt pkg-config
+USE_TOOLS+= gmake intltool msgfmt pkg-config
GNU_CONFIGURE= yes
.include "../../ham/hamlib/buildlink3.mk"
-.include "../../textproc/intltool/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"