svn commit: r501421 - head/graphics/p5-Gimp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 12 16:38:13 UTC 2019


Author: sunpoet
Date: Sun May 12 16:38:07 2019
New Revision: 501421
URL: https://svnweb.freebsd.org/changeset/ports/501421

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/graphics/p5-Gimp/Makefile

Modified: head/graphics/p5-Gimp/Makefile
==============================================================================
--- head/graphics/p5-Gimp/Makefile	Sun May 12 16:38:02 2019	(r501420)
+++ head/graphics/p5-Gimp/Makefile	Sun May 12 16:38:07 2019	(r501421)
@@ -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>


More information about the svn-ports-all mailing list