summaryrefslogtreecommitdiff
path: root/audio/gkrellm-xmms
diff options
context:
space:
mode:
authorminskim <minskim>2004-03-07 03:28:49 +0000
committerminskim <minskim>2004-03-07 03:28:49 +0000
commit1d307d453d9f7daded129e53a38d8ec594fcfb31 (patch)
treeac41bf8e92df8b67c74caaa5acb38f5622338200 /audio/gkrellm-xmms
parent66bae8f11a989c7b9239fc1e8df65fa003013cc2 (diff)
downloadpkgsrc-1d307d453d9f7daded129e53a38d8ec594fcfb31.tar.gz
bl3ify and add explicit dependency on pkgconfig.
Diffstat (limited to 'audio/gkrellm-xmms')
-rw-r--r--audio/gkrellm-xmms/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/gkrellm-xmms/Makefile b/audio/gkrellm-xmms/Makefile
index 3347d5b0d4e..2e322211e21 100644
--- a/audio/gkrellm-xmms/Makefile
+++ b/audio/gkrellm-xmms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/02/24 22:46:34 cube Exp $
+# $NetBSD: Makefile,v 1.13 2004/03/07 03:28:49 minskim Exp $
#
DISTNAME= gkrellmms-2.1.14
@@ -11,7 +11,7 @@ HOMEPAGE= http://gkrellm.luon.net/gkrellmms.phtml
COMMENT= GKrellM2 plugin to remotely control XMMS
WRKSRC= ${WRKDIR}/gkrellmms
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= YES
BUILD_USES_MSGFMT= YES
@@ -19,6 +19,7 @@ BUILD_USES_MSGFMT= YES
MAKE_ENV+= LOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale \
enable_nls=1
-.include "../../sysutils/gkrellm/buildlink2.mk"
-.include "../../audio/xmms/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../sysutils/gkrellm/buildlink3.mk"
+.include "../../audio/xmms/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"