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/crip/Makefile | |
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/crip/Makefile')
-rw-r--r-- | audio/crip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/crip/Makefile b/audio/crip/Makefile index c3d633b900a6..13528a131280 100644 --- a/audio/crip/Makefile +++ b/audio/crip/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://bach.dynet.com/crip/src/ MAINTAINER= philip@FreeBSD.org COMMENT= Terminal-based ripper/encoder/tagger -RUN_DEPENDS= ${SITE_PERL}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get \ +RUN_DEPENDS= p5-CDDB_get>=0:${PORTSDIR}/audio/p5-CDDB_get \ cdparanoia:${PORTSDIR}/audio/cdparanoia \ oggenc:${PORTSDIR}/audio/vorbis-tools \ vorbisgain:${PORTSDIR}/audio/vorbisgain |