diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Geometry-Primitive/Makefile | 8 | ||||
-rw-r--r-- | graphics/p5-Graph-ReadWrite/Makefile | 9 | ||||
-rw-r--r-- | graphics/p5-Image-Info/Makefile | 9 | ||||
-rw-r--r-- | graphics/p5-Image-Pngslimmer/Makefile | 9 | ||||
-rw-r--r-- | graphics/p5-SWF-File/Makefile | 9 |
5 files changed, 5 insertions, 39 deletions
diff --git a/graphics/p5-Geometry-Primitive/Makefile b/graphics/p5-Geometry-Primitive/Makefile index 3ae65482d7f5..0de230852e44 100644 --- a/graphics/p5-Geometry-Primitive/Makefile +++ b/graphics/p5-Geometry-Primitive/Makefile @@ -37,10 +37,4 @@ MAN3= Geometry::Primitive.3 \ Geometry::Primitive::Rectangle.3 \ Geometry::Primitive::Shape.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-Math-Complex>=1.56:${PORTSDIR}/math/p5-Math-Complex -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/p5-Graph-ReadWrite/Makefile b/graphics/p5-Graph-ReadWrite/Makefile index 163055a57c95..a93b23d5ca49 100644 --- a/graphics/p5-Graph-ReadWrite/Makefile +++ b/graphics/p5-Graph-ReadWrite/Makefile @@ -36,11 +36,4 @@ MAN3= Graph::Reader.3 \ post-patch: @${REINPLACE_CMD} -e 's|Graph-ReadWrite|Graph::ReadWrite|' ${WRKSRC}/Makefile.PL -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/p5-Image-Info/Makefile b/graphics/p5-Image-Info/Makefile index 41001c57c1d0..15bdda07875f 100644 --- a/graphics/p5-Image-Info/Makefile +++ b/graphics/p5-Image-Info/Makefile @@ -35,11 +35,4 @@ MAN3= Bundle::Image::Info::Everything.3 \ Image::Info::XBM.3 \ Image::Info::XPM.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -BUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/p5-Image-Pngslimmer/Makefile b/graphics/p5-Image-Pngslimmer/Makefile index 90843aabc5cb..d9a6ec99b4e4 100644 --- a/graphics/p5-Image-Pngslimmer/Makefile +++ b/graphics/p5-Image-Pngslimmer/Makefile @@ -19,11 +19,4 @@ PERL_CONFIGURE= yes MAN3= Image::Pngslimmer.3 -.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> 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> |