diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-11 18:19:08 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-11 18:19:08 +0000 |
commit | 56fbc3e527e4647eb4ff909104555f324c4c0f2e (patch) | |
tree | 6626a698ece559893509acc7841dec0a0f24123f /audio | |
parent | a33ce7af073f6544bcc0c89f335a78417cfa9545 (diff) | |
download | pkgsrc-56fbc3e527e4647eb4ff909104555f324c4c0f2e.tar.gz |
bl3ify
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amp/Makefile | 4 | ||||
-rw-r--r-- | audio/aumix/Makefile | 10 | ||||
-rw-r--r-- | audio/cmp3/Makefile | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/audio/amp/Makefile b/audio/amp/Makefile index 222131c7324..445caa11079 100644 --- a/audio/amp/Makefile +++ b/audio/amp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/07/21 16:30:33 martti Exp $ +# $NetBSD: Makefile,v 1.16 2004/03/11 18:19:08 xtraeme Exp $ # DISTNAME= amp-0.7.6 @@ -13,7 +13,7 @@ COMMENT= Another mp3 player NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes do-install: diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index 0515c95ea12..962386414fc 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/01/03 18:49:33 reed Exp $ +# $NetBSD: Makefile,v 1.21 2004/03/11 18:19:08 xtraeme Exp $ DISTNAME= aumix-2.8 PKGREVISION= 4 @@ -16,14 +16,14 @@ COMMENT= Set mix levels BUILD_USES_MSGFMT= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-own-labels CONFIGURE_ARGS+= --enable-nls CONFIGURE_ARGS+= --without-gtk1 -.include "../../devel/gettext-lib/buildlink2.mk" -.include "../../devel/ncurses/buildlink2.mk" -.include "../../x11/gtk2/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/ncurses/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/cmp3/Makefile b/audio/cmp3/Makefile index b41031996b6..a9ae10bc021 100644 --- a/audio/cmp3/Makefile +++ b/audio/cmp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/01/22 07:15:00 grant Exp $ +# $NetBSD: Makefile,v 1.16 2004/03/11 18:19:09 xtraeme Exp $ # DISTNAME= cmp3-2.0pre5 @@ -13,8 +13,8 @@ COMMENT= Curses based frontend to mpg123 DEPENDS+= mpg123-[0-9]*:../../audio/mpg123 -WRKSRC= ${WRKDIR}/cmp3 -USE_BUILDLINK2= YES +WRKSRC= ${WRKDIR}/cmp3 +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make USE_NCURSES= # MAX_FORM_COMMAND @@ -25,5 +25,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cmp3 ${INSTALL_DATA} ${WRKSRC}/cmp3rc ${PREFIX}/share/doc/cmp3/sample.cmp3rc -.include "../../devel/ncurses/buildlink2.mk" +.include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |