diff options
author | az <az@FreeBSD.org> | 2012-06-05 19:46:48 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-05 19:46:48 +0800 |
commit | 6962545ccff1d63f4f072f5df929facf58ea6dd3 (patch) | |
tree | 633659fcf8037e2df702fe0f4fb5453d26592df6 /audio/p5-Net-DAAP-Client | |
parent | 04c5deb4fd3441841209d06d8b0a3947846834bb (diff) | |
download | freebsd-ports-gnome-6962545ccff1d63f4f072f5df929facf58ea6dd3.tar.gz freebsd-ports-gnome-6962545ccff1d63f4f072f5df929facf58ea6dd3.tar.zst freebsd-ports-gnome-6962545ccff1d63f4f072f5df929facf58ea6dd3.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (lth@ via email)
Diffstat (limited to 'audio/p5-Net-DAAP-Client')
-rw-r--r-- | audio/p5-Net-DAAP-Client/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/p5-Net-DAAP-Client/Makefile b/audio/p5-Net-DAAP-Client/Makefile index 5042e0f291d2..bab96130b380 100644 --- a/audio/p5-Net-DAAP-Client/Makefile +++ b/audio/p5-Net-DAAP-Client/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Client for Apple iTunes DAAP service -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5/M4p.pm:${PORTSDIR}/security/p5-Digest-MD5-M4p \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Net/DAAP/DMAP.pm:${PORTSDIR}/audio/p5-Net-DAAP-DMAP +RUN_DEPENDS= p5-Digest-MD5-M4p>=0:${PORTSDIR}/security/p5-Digest-MD5-M4p \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-Net-DAAP-DMAP>=0:${PORTSDIR}/audio/p5-Net-DAAP-DMAP BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes |