Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2019 08:53:09 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503457 - head/devel/p5-Locale-libintl
Message-ID:  <201906040853.x548r9fT027830@repo.freebsd.org>

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



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