diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 08:30:52 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 08:30:52 +0000 |
commit | 3244293a3923eddc659a79f342f78fe1a5e53c25 (patch) | |
tree | ce50737e3ccb6d44643bd683e22dc4611a10566d /textproc/p5-Pod-Simple | |
parent | 17e053f06949f39316147386471400ae29df198c (diff) | |
download | ports-3244293a3923eddc659a79f342f78fe1a5e53c25.tar.gz ports-3244293a3923eddc659a79f342f78fe1a5e53c25.zip |
Notes
Diffstat (limited to 'textproc/p5-Pod-Simple')
-rw-r--r-- | textproc/p5-Pod-Simple/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/textproc/p5-Pod-Simple/Makefile b/textproc/p5-Pod-Simple/Makefile index 1cbf996a2f96..a3f9d144636f 100644 --- a/textproc/p5-Pod-Simple/Makefile +++ b/textproc/p5-Pod-Simple/Makefile @@ -44,11 +44,4 @@ MAN3= Pod::Simple.3 \ Pod::Simple::XHTML.3 \ Pod::Simple::XMLOutStream.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS= p5-Pod-Escapes>=1.04:${PORTSDIR}/textproc/p5-Pod-Escapes -BUILD_DEPENDS= p5-Pod-Escapes>=1.04:${PORTSDIR}/textproc/p5-Pod-Escapes -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |