diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-12 16:38:07 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-12 16:38:07 +0000 |
commit | 3ac789b07c071e10a5c3e14162b508cb6fac92cc (patch) | |
tree | d468c5c76e8757f34ffb8a1c2eafb737f3c0c722 /graphics/p5-Gimp | |
parent | e6b297d7696d78beeb626a31eedd7444233f8c99 (diff) |
Notes
Diffstat (limited to 'graphics/p5-Gimp')
-rw-r--r-- | graphics/p5-Gimp/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/p5-Gimp/Makefile b/graphics/p5-Gimp/Makefile index ca7b1faacc22..bf2f1f76fb2a 100644 --- a/graphics/p5-Gimp/Makefile +++ b/graphics/p5-Gimp/Makefile @@ -31,10 +31,4 @@ USE_PERL5= configure MAKE_JOBS_UNSAFE= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502502 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=7.14:devel/p5-ExtUtils-MakeMaker -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |