svn commit: r340907 - head/textproc/p5-Text-FixedLength-Extra

Mathieu Arnold mat at FreeBSD.org
Fri Jan 24 14:56:50 UTC 2014


Author: mat
Date: Fri Jan 24 14:56:48 2014
New Revision: 340907
URL: http://svnweb.freebsd.org/changeset/ports/340907
QAT: https://qat.redports.org/buildarchive/r340907/

Log:
  And now, perl's not needed during patch.
  
  Sponsored by:	Absolight

Modified:
  head/textproc/p5-Text-FixedLength-Extra/Makefile

Modified: head/textproc/p5-Text-FixedLength-Extra/Makefile
==============================================================================
--- head/textproc/p5-Text-FixedLength-Extra/Makefile	Fri Jan 24 14:56:38 2014	(r340906)
+++ head/textproc/p5-Text-FixedLength-Extra/Makefile	Fri Jan 24 14:56:48 2014	(r340907)
@@ -14,6 +14,6 @@ BUILD_DEPENDS=	p5-Text-FixedLength>=0:${
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
-USE_PERL5=	configure patch
+USE_PERL5=	configure
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list