Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 2014 04:35:12 +0000 (UTC)
From:      Jonathan Chu <milki@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354975 - head/devel/p5-Dist-CheckConflicts
Message-ID:  <201405240435.s4O4ZCxR055937@svn.freebsd.org>

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



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