summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-07-16 19:10:37 +0000
committerjlam <jlam@pkgsrc.org>2005-07-16 19:10:37 +0000
commit83147ffa6886cc46382e68a213e4e42ae33953e8 (patch)
tree5e673c0121797154e662e294d0aa49ba7abfcf99 /audio
parent30133dc8a6a8da07fb55b611ca5542c068cc87e8 (diff)
downloadpkgsrc-83147ffa6886cc46382e68a213e4e42ae33953e8.tar.gz
Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
Diffstat (limited to 'audio')
-rw-r--r--audio/disc-cover/Makefile4
-rw-r--r--audio/ices-mp3/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/disc-cover/Makefile b/audio/disc-cover/Makefile
index 030faa002f5..94af37d9447 100644
--- a/audio/disc-cover/Makefile
+++ b/audio/disc-cover/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/06/16 06:57:38 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2005/07/16 19:10:37 jlam Exp $
#
DISTNAME= disc-cover-1.5.4
@@ -11,6 +11,7 @@ COMMENT= Generation of CD covers
DEPENDS+= p5-Audio-CD>=0.05:../../audio/p5-Audio-CD
+USE_TOOLS+= perl:run
REPLACE_PERL= disc-cover
DCTMPL= ${PREFIX}/share/disc-cover/templates
@@ -29,5 +30,4 @@ do-install:
${INSTALL_DATA_DIR} ${DCTMPL}
${INSTALL_DATA} ${WRKSRC}/templates/* ${DCTMPL}
-.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/ices-mp3/Makefile b/audio/ices-mp3/Makefile
index 800cbf8eee7..408494845e8 100644
--- a/audio/ices-mp3/Makefile
+++ b/audio/ices-mp3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/06/24 05:56:25 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/07/16 19:10:37 jlam Exp $
#
DISTNAME= ices-${ICES_VERSION}
@@ -59,7 +59,7 @@ do-install:
.include "../../audio/libvorbis/buildlink3.mk"
.if defined(ICES_USE_PERL) && (${ICES_USE_PERL} == "YES")
PERL5_REQD+= 5.8.0
-.include "../../lang/perl5/buildlink3.mk"
+USE_TOOLS+= perl:run
CONFIGURE_ARGS+= --with-perl=${PERL5}
.endif
.if defined(ICES_USE_PYTHON) && (${ICES_USE_PYTHON} == "YES")