diff options
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}" |