pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/gkrellm-xmms bl3ify and add explicit dependency ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24e4fed1bd66
branches:  trunk
changeset: 470167:24e4fed1bd66
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Mar 07 03:28:49 2004 +0000

description:
bl3ify and add explicit dependency on pkgconfig.

diffstat:

 audio/gkrellm-xmms/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r ec735c3e1563 -r 24e4fed1bd66 audio/gkrellm-xmms/Makefile
--- a/audio/gkrellm-xmms/Makefile       Sun Mar 07 03:28:44 2004 +0000
+++ b/audio/gkrellm-xmms/Makefile       Sun Mar 07 03:28:49 2004 +0000
@@ -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 @@
 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 @@
 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"



Home | Main Index | Thread Index | Old Index