Always use libiconv, which has all the functions.

PR:		210848
Submitted by:	Marcin Gryszkalis
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-07-05 20:26:13 +00:00
parent b219460610
commit 518b213f07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418111

View file

@ -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}"