Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 May 2018 14:06:39 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469376 - head/graphics/p5-Image-PNG-Libpng
Message-ID:  <201805081406.w48E6dNk039942@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue May  8 14:06:39 2018
New Revision: 469376
URL: https://svnweb.freebsd.org/changeset/ports/469376

Log:
  graphics/p5-Image-PNG-Libpng: fix USE_PERL5
  
  PR:		227751
  Submitted by:	mat
  Pointy hat to:	pi

Modified:
  head/graphics/p5-Image-PNG-Libpng/Makefile

Modified: head/graphics/p5-Image-PNG-Libpng/Makefile
==============================================================================
--- head/graphics/p5-Image-PNG-Libpng/Makefile	Tue May  8 13:23:26 2018	(r469375)
+++ head/graphics/p5-Image-PNG-Libpng/Makefile	Tue May  8 14:06:39 2018	(r469376)
@@ -15,7 +15,7 @@ LICENSE_COMB=	dual
 LIB_DEPENDS=	libpng.so:graphics/png
 
 USES=		perl5
-USE_PERL5=	5.8.1+ configure
+USE_PERL5=	configure
 
 post-patch:
 	${REINPLACE_CMD} -e 's|#  *INC  *=>  *$$inc|INC => "-I${LOCALBASE}/include"|' \



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