diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 10:22:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 10:22:02 +0000 |
commit | 1514295641afeb5e4a9c91a6a916bbfb0169bacf (patch) | |
tree | 20a18ac29a2c3b58b7aca0491a2394b50e590163 /www/p5-Apache-ASP | |
parent | 121b8850b0da011464c8301b8a3e4ed50d817766 (diff) | |
download | ports-1514295641afeb5e4a9c91a6a916bbfb0169bacf.tar.gz ports-1514295641afeb5e4a9c91a6a916bbfb0169bacf.zip |
Notes
Diffstat (limited to 'www/p5-Apache-ASP')
-rw-r--r-- | www/p5-Apache-ASP/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile index 28cebed200b0..0a173867ef60 100644 --- a/www/p5-Apache-ASP/Makefile +++ b/www/p5-Apache-ASP/Makefile @@ -42,10 +42,4 @@ MAN3= Apache::ASP.3 \ Bundle::Apache::ASP.3 \ Bundle::Apache::ASP::Extra.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |