diff options
author | az <az@FreeBSD.org> | 2012-06-30 20:25:05 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 20:25:05 +0800 |
commit | 0ebd6a5ee96d4083e11152c20272fdd13778fae4 (patch) | |
tree | dbe1a0d8df971ef0ba5b5f6a0096d7f3538cd64e /audio/ripit | |
parent | 60d1bd004aa610051a3da8f2fb63c4b41c857301 (diff) | |
download | freebsd-ports-gnome-0ebd6a5ee96d4083e11152c20272fdd13778fae4.tar.gz freebsd-ports-gnome-0ebd6a5ee96d4083e11152c20272fdd13778fae4.tar.zst freebsd-ports-gnome-0ebd6a5ee96d4083e11152c20272fdd13778fae4.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'audio/ripit')
-rw-r--r-- | audio/ripit/Makefile | 6 |
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 \ |