summaryrefslogtreecommitdiff
path: root/audio/liteamp
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/liteamp
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/liteamp')
-rw-r--r--audio/liteamp/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/liteamp/Makefile b/audio/liteamp/Makefile
index 74f4260dce0..e127b3c1011 100644
--- a/audio/liteamp/Makefile
+++ b/audio/liteamp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/06/21 19:48:31 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2006/07/05 05:37:39 jlam Exp $
DISTNAME= liteamp-0.2.4.2
PKGREVISION= 7
@@ -11,7 +11,7 @@ COMMENT= Light-weight Music Player for GNOME2
USE_DIRS+= gnome2-1.5
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake perl pkg-config msgfmt
+USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
@@ -23,7 +23,6 @@ CPPFLAGS+= -UGTK_DISABLE_DEPRECATED
.include "../../audio/libmad/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
-.include "../../textproc/intltool/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"