svn commit: r503457 - head/devel/p5-Locale-libintl

Mathieu Arnold mat at FreeBSD.org
Tue Jun 4 08:53:10 UTC 2019


Author: mat
Date: Tue Jun  4 08:53:09 2019
New Revision: 503457
URL: https://svnweb.freebsd.org/changeset/ports/503457

Log:
  Fix build with recent Perl.

Modified:
  head/devel/p5-Locale-libintl/Makefile   (contents, props changed)

Modified: head/devel/p5-Locale-libintl/Makefile
==============================================================================
--- head/devel/p5-Locale-libintl/Makefile	Tue Jun  4 08:44:22 2019	(r503456)
+++ head/devel/p5-Locale-libintl/Makefile	Tue Jun  4 08:53:09 2019	(r503457)
@@ -14,7 +14,7 @@ COMMENT=	Internationalization library for Perl
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gettext iconv:translit perl5
+USES=		gettext iconv:translit perl5 localbase
 USE_PERL5=	configure
 
 post-install:


More information about the svn-ports-all mailing list