diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 17:19:30 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 17:19:30 +0000 |
commit | b4b9006941aad5c786292dfa2ced79cfd04e492b (patch) | |
tree | e7ae96dd9bd4c098d7a129e96a519f0743c94c5b /audio | |
parent | 995566a5b935bb4103f0883c91958b32e0effe73 (diff) | |
download | pkgsrc-b4b9006941aad5c786292dfa2ced79cfd04e492b.tar.gz |
bl3ify
Diffstat (limited to 'audio')
-rw-r--r-- | audio/id3v2/Makefile | 6 | ||||
-rw-r--r-- | audio/juke/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/id3v2/Makefile b/audio/id3v2/Makefile index f976f698f8d..0ded9a3d403 100644 --- a/audio/id3v2/Makefile +++ b/audio/id3v2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/02/04 22:23:47 abs Exp $ +# $NetBSD: Makefile,v 1.9 2004/04/11 17:19:30 xtraeme Exp $ DISTNAME= id3v2-0.1.9 CATEGORIES= audio @@ -9,7 +9,7 @@ HOMEPAGE= http://id3v2.sourceforge.net/ COMMENT= Command line editor for id3v2 tags USE_LANGUAGES= c c++ -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES -.include "../../audio/id3lib/buildlink2.mk" +.include "../../audio/id3lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/juke/Makefile b/audio/juke/Makefile index 168067d0d72..4eaf5b3c42e 100644 --- a/audio/juke/Makefile +++ b/audio/juke/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/09/28 09:13:55 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/11 17:20:32 xtraeme Exp $ # DISTNAME= juke-0.7 @@ -10,7 +10,7 @@ MAINTAINER= mob@bicekru.org HOMEPAGE= http://johan.nocrew.org/nav10/unix/juke/ COMMENT= Simple ncurses based jukebox -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES @@ -34,5 +34,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/juke.conf ${EGDIR}/juke.conf.default ${INSTALL_DATA} ${WRKSRC}/MANUAL ${PREFIX}/share/doc/juke/ -.include "../../devel/ncurses/buildlink2.mk" +.include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |