summaryrefslogtreecommitdiff
path: root/audio/gmpc
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-05 05:37:39 +0000
committerjlam <jlam>2006-07-05 05:37:39 +0000
commit7a214e80a1d117a1dc986293ccb493d6eb35032e (patch)
tree3f9b395b95d690e2d375fdb2725a5c29aefa896e /audio/gmpc
parent0e6a22d33e7e4e4500311b54c279cc8bbd93e27d (diff)
downloadpkgsrc-7a214e80a1d117a1dc986293ccb493d6eb35032e.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 'audio/gmpc')
-rw-r--r--audio/gmpc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/gmpc/Makefile b/audio/gmpc/Makefile
index 01ea1106a92..f22ee73f0c8 100644
--- a/audio/gmpc/Makefile
+++ b/audio/gmpc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/06/19 21:45:54 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2006/07/05 05:37:39 jlam Exp $
#
DISTNAME= gmpc-0.13.0
@@ -12,7 +12,7 @@ COMMENT= GNOME client for the Music Player Daemon
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config msgfmt
+USE_TOOLS+= intltool msgfmt pkg-config
PKGCONFIG_OVERRIDE= data/gmpc.pc.in
USE_DIRS+= xdg-1.1
@@ -21,7 +21,6 @@ USE_DIRS+= xdg-1.1
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
-.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"