diff options
author | az <az@FreeBSD.org> | 2012-06-05 11:10:23 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-05 11:10:23 +0800 |
commit | b2727075a362b3999d692262f5f2c5db2feffe01 (patch) | |
tree | 175e7e9f3d4eb57b09a635f2c12fe20dcf4c8da5 /audio/p5-Net-FreeDB | |
parent | 343a9640dbd66ecace855e735b1ee5d82bb726ab (diff) | |
download | freebsd-ports-graphics-b2727075a362b3999d692262f5f2c5db2feffe01.tar.gz freebsd-ports-graphics-b2727075a362b3999d692262f5f2c5db2feffe01.tar.zst freebsd-ports-graphics-b2727075a362b3999d692262f5f2c5db2feffe01.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'audio/p5-Net-FreeDB')
-rw-r--r-- | audio/p5-Net-FreeDB/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/p5-Net-FreeDB/Makefile b/audio/p5-Net-FreeDB/Makefile index a18a51cdfb9..9f6480f95b5 100644 --- a/audio/p5-Net-FreeDB/Makefile +++ b/audio/p5-Net-FreeDB/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Get the CDID of an audio CD and query the FreeDB servers -BUILD_DEPENDS= ${SITE_PERL}/CDDB/File.pm:${PORTSDIR}/audio/p5-CDDB-File +BUILD_DEPENDS= p5-CDDB-File>=0:${PORTSDIR}/audio/p5-CDDB-File RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |