aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-05 20:26:13 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-05 20:26:13 +0000
commit518b213f0773c1b1dacaf80ccf9a75ea84558671 (patch)
tree87d300ea62365d1a8faeabe936d7ce90cbf6586b /converters
parentb219460610fb77704a804a21450882e8c98db523 (diff)
downloadports-518b213f0773c1b1dacaf80ccf9a75ea84558671.tar.gz
ports-518b213f0773c1b1dacaf80ccf9a75ea84558671.zip
Notes
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Text-Iconv/Makefile4
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}"