diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-06-18 13:49:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-06-18 13:49:02 +0000 |
commit | b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc (patch) | |
tree | cb7a0ada1fdd2f94e8d58a566a456bccdef69c6a /devel/p5-Acme-Comment | |
parent | 3d129c12f3f2f38eb9c628fc4fec1a491eca754f (diff) | |
download | ports-b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc.tar.gz ports-b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc.zip |
Notes
Diffstat (limited to 'devel/p5-Acme-Comment')
-rw-r--r-- | devel/p5-Acme-Comment/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/p5-Acme-Comment/Makefile b/devel/p5-Acme-Comment/Makefile index 228032de4c69..35235ed9c48f 100644 --- a/devel/p5-Acme-Comment/Makefile +++ b/devel/p5-Acme-Comment/Makefile @@ -21,11 +21,4 @@ PERL_CONFIGURE= yes MAN3= Acme::Comment.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-Text-Balanced>=1.99:${PORTSDIR}/textproc/p5-Text-Balanced -RUN_DEPENDS+= p5-Text-Balanced>=1.99:${PORTSDIR}/textproc/p5-Text-Balanced -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |