diff options
author | snj <snj@pkgsrc.org> | 2004-03-10 04:23:49 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-10 04:23:49 +0000 |
commit | 2214612b4c3bcecb0431e6fee3614407f9cf74fa (patch) | |
tree | 521cf5291549bbd71f221f3a1d8f218292cce1bc /audio | |
parent | 503ca146ea42168da35a14b5d1a772b2c37723cd (diff) | |
download | pkgsrc-2214612b4c3bcecb0431e6fee3614407f9cf74fa.tar.gz |
Use bl3.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-dscope/Makefile | 6 | ||||
-rw-r--r-- | audio/xmms-dspectogram/Makefile | 6 | ||||
-rw-r--r-- | audio/xmms-dspectral/Makefile | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/audio/xmms-dscope/Makefile b/audio/xmms-dscope/Makefile index e1419f17362..01d357672f8 100644 --- a/audio/xmms-dscope/Makefile +++ b/audio/xmms-dscope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 21:23:58 grant Exp $ +# $NetBSD: Makefile,v 1.15 2004/03/10 04:23:49 snj Exp $ # DISTNAME= dscope-1.2 @@ -11,12 +11,12 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://hem.passagen.se/joakime/linuxapp.html COMMENT= XMMS plugin for dual scope -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES USE_LIBTOOL= YES pre-build: cd ${WRKSRC} ; ${MAKE} clean -.include "../../audio/xmms/buildlink2.mk" +.include "../../audio/xmms/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/xmms-dspectogram/Makefile b/audio/xmms-dspectogram/Makefile index 1ecc59e3447..b48c4d816b5 100644 --- a/audio/xmms-dspectogram/Makefile +++ b/audio/xmms-dspectogram/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/09/09 08:30:36 hubertf Exp $ +# $NetBSD: Makefile,v 1.16 2004/03/10 04:24:58 snj Exp $ # DISTNAME= dspectogram-1.2 @@ -11,12 +11,12 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.shell.linux.se/bm/index.php?page=xmmsplugin COMMENT= XMMS plugin for dual spectogram -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES USE_LIBTOOL= YES pre-build: cd ${WRKSRC} ; ${MAKE} clean -.include "../../audio/xmms/buildlink2.mk" +.include "../../audio/xmms/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/xmms-dspectral/Makefile b/audio/xmms-dspectral/Makefile index 49d6c601b50..97668f9399a 100644 --- a/audio/xmms-dspectral/Makefile +++ b/audio/xmms-dspectral/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:24:01 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/03/10 04:25:59 snj Exp $ # DISTNAME= dspectral-1.2 @@ -11,12 +11,12 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://hem.passagen.se/joakime/linuxapp.html COMMENT= XMMS plugin for dual spectral analyzer -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES USE_LIBTOOL= YES pre-build: cd ${WRKSRC} ; ${MAKE} clean -.include "../../audio/xmms/buildlink2.mk" +.include "../../audio/xmms/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |