svn commit: r413828 - head/graphics/p5-GraphViz2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 23 06:48:08 UTC 2016


Author: sunpoet
Date: Sat Apr 23 06:48:07 2016
New Revision: 413828
URL: https://svnweb.freebsd.org/changeset/ports/413828

Log:
  - Remove outdated PERL_LEVEL check

Modified:
  head/graphics/p5-GraphViz2/Makefile

Modified: head/graphics/p5-GraphViz2/Makefile
==============================================================================
--- head/graphics/p5-GraphViz2/Makefile	Sat Apr 23 06:48:02 2016	(r413827)
+++ head/graphics/p5-GraphViz2/Makefile	Sat Apr 23 06:48:07 2016	(r413828)
@@ -61,11 +61,6 @@ post-install-EXAMPLES-on:
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-PathTools>=3.4000:devel/p5-PathTools
-RUN_DEPENDS+=	p5-PathTools>=3.4000:devel/p5-PathTools
-.endif
-
 .if ${PERL_LEVEL} < 502200
 TEST_DEPENDS+=	p5-Test-Simple>=1.001.014:devel/p5-Test-Simple
 .endif


More information about the svn-ports-all mailing list