diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-08-21 13:11:02 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-08-21 13:11:02 +0000 |
commit | 20d7a9c773374e8f3732044b5fc746ef90002d3e (patch) | |
tree | 58980d51ebe0601b3570af649b8df614e368b0a7 /converters | |
parent | 5618ef12a8d5a187d64d043ffce40e7874016541 (diff) | |
download | ports-20d7a9c773374e8f3732044b5fc746ef90002d3e.tar.gz ports-20d7a9c773374e8f3732044b5fc746ef90002d3e.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/iconv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile index 5ce851732e2a..bd3f02e01a7d 100644 --- a/converters/iconv/Makefile +++ b/converters/iconv/Makefile @@ -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 |