svn commit: r354975 - head/devel/p5-Dist-CheckConflicts

Jonathan Chu milki at FreeBSD.org
Sat May 24 04:35:12 UTC 2014


Author: milki
Date: Sat May 24 04:35:11 2014
New Revision: 354975
URL: http://svnweb.freebsd.org/changeset/ports/354975
QAT: https://qat.redports.org/buildarchive/r354975/

Log:
  Remove unecessary USE_PERL5= run
  
  Approved by:	swills (mentor)

Modified:
  head/devel/p5-Dist-CheckConflicts/Makefile

Modified: head/devel/p5-Dist-CheckConflicts/Makefile
==============================================================================
--- head/devel/p5-Dist-CheckConflicts/Makefile	Sat May 24 03:20:24 2014	(r354974)
+++ head/devel/p5-Dist-CheckConflicts/Makefile	Sat May 24 04:35:11 2014	(r354975)
@@ -17,6 +17,6 @@ RUN_DEPENDS=	p5-Module-Runtime>=0.009:${
 TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
 
 USES=		perl5
-USE_PERL5=	configure run
+USE_PERL5=	configure
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list