diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /audio/ripit | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) | |
download | ports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip |
Notes
Diffstat (limited to 'audio/ripit')
-rw-r--r-- | audio/ripit/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/ripit/Makefile b/audio/ripit/Makefile index 923d16ea5eea..8ec2e614f6a0 100644 --- a/audio/ripit/Makefile +++ b/audio/ripit/Makefile @@ -13,12 +13,12 @@ COMMENT= Command line audio CD ripper LICENSE= GPLv2 # See pkg-message about other dependencies. -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 +RUN_DEPENDS= p5-CDDB_get>=0:audio/p5-CDDB_get \ + p5-libwww>=0:www/p5-libwww \ + p5-WebService-MusicBrainz>=0:www/p5-WebService-MusicBrainz \ + p5-MusicBrainz-DiscID>=0:audio/p5-MusicBrainz-DiscID \ + lame:audio/lame \ + cdparanoia:audio/cdparanoia USES= perl5 shebangfix tar:bzip2 NO_BUILD= yes |