diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 15:39:36 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 15:39:36 +0000 |
commit | 14d750125f50dd0ca4560ca608da80256c753ed1 (patch) | |
tree | 2c777b510bf113de76c97e52fd4dfebf505c8e6e /sysutils/p5-arclog | |
parent | da7b202bc73ca6f707aaa9343cbe60e5cb7187b8 (diff) | |
download | ports-14d750125f50dd0ca4560ca608da80256c753ed1.tar.gz ports-14d750125f50dd0ca4560ca608da80256c753ed1.zip |
Notes
Diffstat (limited to 'sysutils/p5-arclog')
-rw-r--r-- | sysutils/p5-arclog/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/p5-arclog/Makefile b/sysutils/p5-arclog/Makefile index a73aaabcbf1f..41ecdf6f630c 100644 --- a/sysutils/p5-arclog/Makefile +++ b/sysutils/p5-arclog/Makefile @@ -29,10 +29,4 @@ PLIST_FILES= bin/arclog \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/arclog/.packlist PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/arclog -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |