pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio bl3ify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27f15ed07591
branches:  trunk
changeset: 472611:27f15ed07591
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Apr 11 17:25:30 2004 +0000

description:
bl3ify

diffstat:

 audio/mikmod/Makefile    |  8 ++++----
 audio/mixer.app/Makefile |  6 +++---
 audio/mp3_check/Makefile |  4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (64 lines):

diff -r 83023c3f67a5 -r 27f15ed07591 audio/mikmod/Makefile
--- a/audio/mikmod/Makefile     Sun Apr 11 17:24:37 2004 +0000
+++ b/audio/mikmod/Makefile     Sun Apr 11 17:25:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2004/01/22 07:15:00 grant Exp $
+# $NetBSD: Makefile,v 1.34 2004/04/11 17:25:30 xtraeme Exp $
 #
 
 DISTNAME=      mikmod-3.1.6-a
@@ -13,8 +13,8 @@
 
 USE_GNU_TOOLS+=                make
 GNU_CONFIGURE=         yes
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 
-.include "../../audio/libmikmod/buildlink2.mk"
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../audio/libmikmod/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 83023c3f67a5 -r 27f15ed07591 audio/mixer.app/Makefile
--- a/audio/mixer.app/Makefile  Sun Apr 11 17:24:37 2004 +0000
+++ b/audio/mixer.app/Makefile  Sun Apr 11 17:25:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/06/03 15:35:59 jschauma Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/11 17:26:25 xtraeme Exp $
 #
 
 DISTNAME=      Mixer.app-1.8.0
@@ -11,7 +11,7 @@
 HOMEPAGE=      http://www.fukt.bth.se/~per/mixer/
 COMMENT=       Another mixer intended for the windowmaker dockapp
 
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_X11=       YES
 
 do-install:
@@ -19,5 +19,5 @@
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Mixer.app
        ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/Mixer.app
 
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 83023c3f67a5 -r 27f15ed07591 audio/mp3_check/Makefile
--- a/audio/mp3_check/Makefile  Sun Apr 11 17:24:37 2004 +0000
+++ b/audio/mp3_check/Makefile  Sun Apr 11 17:25:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 21:22:52 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/11 17:27:13 xtraeme Exp $
 #
 
 DISTNAME=      mp3_check-1.98
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://mp3check.sourceforge.net/
 COMMENT=       mp3 file checker
 
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/mp3_check ${PREFIX}/bin



Home | Main Index | Thread Index | Old Index