diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 06:15:27 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 06:15:27 +0000 |
commit | 4603fee495c39760f26ff412f82621f02102e0fe (patch) | |
tree | f1474faebc87d10e4fb68c74e95047fe5ecd8ebc /graphics/p5-SWF-File/Makefile | |
parent | ca9da06ad1b5c76a9f22078699ba52131f20f53e (diff) |
Notes
Diffstat (limited to 'graphics/p5-SWF-File/Makefile')
-rw-r--r-- | graphics/p5-SWF-File/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/graphics/p5-SWF-File/Makefile b/graphics/p5-SWF-File/Makefile index 309e89ff4d24..6768113f1c39 100644 --- a/graphics/p5-SWF-File/Makefile +++ b/graphics/p5-SWF-File/Makefile @@ -32,11 +32,4 @@ post-patch: post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |