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/squeezeboxserver | |
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/squeezeboxserver')
-rw-r--r-- | audio/squeezeboxserver/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile index 7f93d5da8418..6640557235c9 100644 --- a/audio/squeezeboxserver/Makefile +++ b/audio/squeezeboxserver/Makefile @@ -7,7 +7,7 @@ PORTNAME= squeezeboxserver PORTVERSION= 7.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://downloads.slimdevices.com/SqueezeboxServer_v${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-noCPAN @@ -35,7 +35,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-28947-noCPAN RUN_DEPENDS+= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/DBIx/Class.pm:${PORTSDIR}/databases/p5-DBIx-Class \ ${SITE_PERL}/File/Which.pm:${PORTSDIR}/sysutils/p5-File-Which \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ ${SITE_PERL}/URI/Find.pm:${PORTSDIR}/textproc/p5-URI-Find \ ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ @@ -44,7 +43,6 @@ RUN_DEPENDS+= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zl ${SITE_PERL}/${PERL_ARCH}/JSON/XS.pm:${PORTSDIR}/converters/p5-JSON-XS \ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ ${SITE_PERL}/${PERL_ARCH}/YAML/Syck.pm:${PORTSDIR}/textproc/p5-YAML-Syck \ ${SITE_PERL}/${PERL_ARCH}/EV.pm:${PORTSDIR}/devel/p5-EV \ |