diff options
author | az <az@FreeBSD.org> | 2012-06-29 02:37:23 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 02:37:23 +0800 |
commit | d767f0728d3efeb994fab115409d2613056d4dcb (patch) | |
tree | fcc23cd040c16dbe5fcf8d453dc0e501e4c30dac /audio/mp3mover | |
parent | 22c51e57b674473bf359f08d37a6a1c82ff7bea7 (diff) | |
download | freebsd-ports-graphics-d767f0728d3efeb994fab115409d2613056d4dcb.tar.gz freebsd-ports-graphics-d767f0728d3efeb994fab115409d2613056d4dcb.tar.zst freebsd-ports-graphics-d767f0728d3efeb994fab115409d2613056d4dcb.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'audio/mp3mover')
-rw-r--r-- | audio/mp3mover/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mp3mover/Makefile b/audio/mp3mover/Makefile index 7cabc8fcd1d..b0ce7d3b1fd 100644 --- a/audio/mp3mover/Makefile +++ b/audio/mp3mover/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF/mediamover/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Rename mp3s and manipulate them -RUN_DEPENDS= ${SITE_PERL}/MP3/Tag.pm:${PORTSDIR}/audio/p5-tagged +RUN_DEPENDS= p5-tagged>=0:${PORTSDIR}/audio/p5-tagged USE_PERL5= yes NO_BUILD= yes |