aboutsummaryrefslogtreecommitdiff
path: root/audio/ripit
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-30 12:25:05 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-30 12:25:05 +0000
commit4c68c01d0f361a4952973ce690a092d646acb7f3 (patch)
tree768b23086cd4c3e5b50d1df107582add5813e9e4 /audio/ripit
parent816258886feae2b6709756fd4b521a6ca59421a6 (diff)
downloadports-4c68c01d0f361a4952973ce690a092d646acb7f3.tar.gz
ports-4c68c01d0f361a4952973ce690a092d646acb7f3.zip
Notes
Diffstat (limited to 'audio/ripit')
-rw-r--r--audio/ripit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/ripit/Makefile b/audio/ripit/Makefile
index ea097a87bdb7..be9368f0fa09 100644
--- a/audio/ripit/Makefile
+++ b/audio/ripit/Makefile
@@ -15,9 +15,9 @@ MAINTAINER= tobias.rehbein@web.de
COMMENT= A command line audio CD ripper
# See pkg-message about other dependencies.
-RUN_DEPENDS= ${SITE_PERL}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get \
- ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \
- ${SITE_PERL}/WebService/MusicBrainz.pm:${PORTSDIR}/www/p5-WebService-MusicBrainz \
+RUN_DEPENDS= p5-CDDB_get>=0:${PORTSDIR}/audio/p5-CDDB_get \
+ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+ p5-WebService-MusicBrainz>=0:${PORTSDIR}/www/p5-WebService-MusicBrainz \
p5-MusicBrainz-DiscID>=0:${PORTSDIR}/audio/p5-MusicBrainz-DiscID \
lame:${PORTSDIR}/audio/lame \
cdparanoia:${PORTSDIR}/audio/cdparanoia \