summaryrefslogtreecommitdiff
path: root/audio/gmpc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-05 05:37:39 +0000
committerjlam <jlam@pkgsrc.org>2006-07-05 05:37:39 +0000
commit00478b39e6c53023f76627af6ffacebafc9db9d6 (patch)
tree3f9b395b95d690e2d375fdb2725a5c29aefa896e /audio/gmpc
parent9102c97edf0e6bbc2006c1461512bc2a61334627 (diff)
downloadpkgsrc-00478b39e6c53023f76627af6ffacebafc9db9d6.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"