diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-01-29 20:41:27 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-01-29 20:41:27 +0000 |
commit | b2f07a8a49a583ed3aa4ef5338ef4a16fcf5e176 (patch) | |
tree | 310bc86af07bbd16fbcf8bcdb7cab60217830508 /lang/php53 | |
parent | Fix typo (valide -> valid). (diff) |
Allow the use of //TRANSLIT and //IGNORE with PHP iconv.
PR: ports/184596
Tested by: grembo
Approved by: ale (maintainer)
Notes
Notes:
svn path=/head/; revision=341778
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index e35398787941..83751fc4e75f 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -127,7 +127,7 @@ CONFIGURE_ARGS+=--enable-hash \ .if ${PHP_MODNAME} == "iconv" CONFIGURE_ARGS+=--with-iconv -USES+= iconv +USES+= iconv:translit .endif .if ${PHP_MODNAME} == "imap" |