converters/iconv: convert to new perl5 USES
- Convert to new perl5 USES framework, forgot in the last commit
This commit is contained in:
parent
5618ef12a8
commit
20d7a9c773
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325126
1 changed files with 3 additions and 3 deletions
|
@ -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 set (CCS) util
|
|||
.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
|
||||
|
|
Loading…
Reference in a new issue