diff options
author | mat <mat@FreeBSD.org> | 2016-07-06 04:26:13 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-07-06 04:26:13 +0800 |
commit | 8794f3276c573c6fc7d1c320147b7d81d201484b (patch) | |
tree | 87d300ea62365d1a8faeabe936d7ce90cbf6586b /converters/p5-Text-Iconv | |
parent | 0c450a285fd305c3c85aa44f362e9efed1f30035 (diff) | |
download | freebsd-ports-gnome-8794f3276c573c6fc7d1c320147b7d81d201484b.tar.gz freebsd-ports-gnome-8794f3276c573c6fc7d1c320147b7d81d201484b.tar.zst freebsd-ports-gnome-8794f3276c573c6fc7d1c320147b7d81d201484b.zip |
Always use libiconv, which has all the functions.
PR: 210848
Submitted by: Marcin Gryszkalis
Sponsored by: Absolight
Diffstat (limited to 'converters/p5-Text-Iconv')
-rw-r--r-- | converters/p5-Text-Iconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/p5-Text-Iconv/Makefile b/converters/p5-Text-Iconv/Makefile index c8c9b0534bbb..b74421566fdf 100644 --- a/converters/p5-Text-Iconv/Makefile +++ b/converters/p5-Text-Iconv/Makefile @@ -3,7 +3,7 @@ PORTNAME= Text-Iconv PORTVERSION= 1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to iconv() codeset conversion function -USES= perl5 iconv +USES= perl5 iconv:translit USE_PERL5= configure CONFIGURE_ARGS+=INC="-I${ICONV_PREFIX}/include ${CFLAGS}" \ LIBS="-L${ICONV_PREFIX}/lib ${ICONV_LIB}" |