diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-29 22:52:21 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-29 22:52:21 +0800 |
commit | 24c3fee9cf979b3df48cbf9ab0b4bf67c591aa46 (patch) | |
tree | 59527b5cee53cf136795b812c1c2d39477489c10 /audio/p5-Net-DAAP-Client | |
parent | 087fc73791c28a21f8ee5256b15d7044e16a054d (diff) | |
download | freebsd-ports-gnome-24c3fee9cf979b3df48cbf9ab0b4bf67c591aa46.tar.gz freebsd-ports-gnome-24c3fee9cf979b3df48cbf9ab0b4bf67c591aa46.tar.zst freebsd-ports-gnome-24c3fee9cf979b3df48cbf9ab0b4bf67c591aa46.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 19; last!).
Approved by: portmgr (itetcu)
Diffstat (limited to 'audio/p5-Net-DAAP-Client')
-rw-r--r-- | audio/p5-Net-DAAP-Client/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/p5-Net-DAAP-Client/Makefile b/audio/p5-Net-DAAP-Client/Makefile index 288d075158aa..5042e0f291d2 100644 --- a/audio/p5-Net-DAAP-Client/Makefile +++ b/audio/p5-Net-DAAP-Client/Makefile @@ -7,7 +7,7 @@ PORTNAME= Net-DAAP-Client PORTVERSION= 0.42 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Client for Apple iTunes DAAP service -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5/M4p.pm:${PORTSDIR}/security/p5-Digest-MD5-M4p \ +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 BUILD_DEPENDS= ${RUN_DEPENDS} |