Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2013 13:11:03 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325126 - head/converters/iconv
Message-ID:  <201308211311.r7LDB3Jl032133@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Wed Aug 21 13:11:02 2013
New Revision: 325126
URL: http://svnweb.freebsd.org/changeset/ports/325126

Log:
  converters/iconv: convert to new perl5 USES
  
  - Convert to new perl5 USES framework, forgot in the last commit

Modified:
  head/converters/iconv/Makefile

Modified: head/converters/iconv/Makefile
==============================================================================
--- head/converters/iconv/Makefile	Wed Aug 21 13:08:44 2013	(r325125)
+++ head/converters/iconv/Makefile	Wed Aug 21 13:11:02 2013	(r325126)
@@ -11,8 +11,8 @@ MASTER_SITE_SUBDIR=	bland
 MAINTAINER=	bland@FreeBSD.org
 COMMENT=	Charset conversion library and utilities
 
-USES=		shebangfix
-USE_PERL5_BUILD=yes
+USES=		shebangfix perl5
+USE_PERL5=	build
 USE_LDCONFIG=	yes
 SHEBANG_FILES=	iconv_builtin ccs/iconv_mktbl
 
@@ -30,7 +30,7 @@ CCSUTIL_DESC=	Install Coded character se
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MCCSUTIL}
-USE_PERL5_RUN=	yes
+USE_PERL5+=	run
 .else
 EXTRA_PATCHES=	${FILESDIR}/extra-patch-ccs_Makefile
 .endif



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