aboutsummaryrefslogtreecommitdiff
path: root/www/amphetadesk
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2006-12-03 12:45:59 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2006-12-03 12:45:59 +0000
commit274e5c4ab31b88a1fa53ad091387d0b2617b304b (patch)
treeaea7d25189b8bbdecadff8ff6a90673a1401dcb0 /www/amphetadesk
parent3bf4b652b89943f0b528324f5a355d1e62456272 (diff)
downloadports-274e5c4ab31b88a1fa53ad091387d0b2617b304b.tar.gz
ports-274e5c4ab31b88a1fa53ad091387d0b2617b304b.zip
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
Notes
Notes: svn path=/head/; revision=178677
Diffstat (limited to 'www/amphetadesk')
-rw-r--r--www/amphetadesk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/amphetadesk/Makefile b/www/amphetadesk/Makefile
index b3044463f6b5..69ef90784315 100644
--- a/www/amphetadesk/Makefile
+++ b/www/amphetadesk/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= lioux@FreeBSD.org
COMMENT= RSS client that serves HTTP to your local web browser
RUN_DEPENDS= \
- ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
+ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \