diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-09-21 07:56:43 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-09-21 07:56:43 +0000 |
commit | ddcc0de9218039c78eb34c7bc64fadb4dfe7a707 (patch) | |
tree | bee4ba075b3a0b4d3276fe1e92c704118abdbfe3 /www/amphetadesk | |
parent | fc366adb105b7bb2dc40e2a7e3e8c2022e37efe2 (diff) | |
download | ports-ddcc0de9218039c78eb34c7bc64fadb4dfe7a707.tar.gz ports-ddcc0de9218039c78eb34c7bc64fadb4dfe7a707.zip |
Notes
Diffstat (limited to 'www/amphetadesk')
-rw-r--r-- | www/amphetadesk/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/www/amphetadesk/Makefile b/www/amphetadesk/Makefile index f8f5b8b9234f..397ba8f54df5 100644 --- a/www/amphetadesk/Makefile +++ b/www/amphetadesk/Makefile @@ -7,7 +7,7 @@ PORTNAME= amphetadesk PORTVERSION= 0.93.1 -PORTREVISION= 4 +PORTREVISION= 6 CATEGORIES= www perl5 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-src-v${PORTVERSION} DISTNAME= ${PORTNAME}-src-v${PORTVERSION} @@ -16,7 +16,6 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= RSS client that serves HTTP to your local web browser RUN_DEPENDS= \ - ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset \ @@ -45,6 +44,12 @@ PORTDOCS= \ * .endif +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500903 +RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress +.endif + post-patch: @${FIND} ${WRKSRC} -type f -print0 | \ ${XARGS} -0 -x -n 10 \ @@ -118,4 +123,4 @@ do-install: ${INSTALL_DATA} {} ${DATADIR}/{} .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> |