Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Apr 2016 06:48:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413828 - head/graphics/p5-GraphViz2
Message-ID:  <201604230648.u3N6m7Fe054107@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604230648.u3N6m7Fe054107>