diff options
author | Alex Dupre <ale@FreeBSD.org> | 2014-05-15 08:08:23 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2014-05-15 08:08:23 +0000 |
commit | 59476aaaf826a33232db4de74c9028552ad985e6 (patch) | |
tree | 0695098dd89006c0172a68c800a10298e4f7b3ba /lang/php5 | |
parent | 972788ff11dac55e56a7f10117283e44214bd8f6 (diff) | |
download | ports-59476aaaf826a33232db4de74c9028552ad985e6.tar.gz ports-59476aaaf826a33232db4de74c9028552ad985e6.zip |
Notes
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 9edf926ad540..de3e00f9255b 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -427,7 +427,7 @@ CONFIGURE_ARGS+=--with-xmlrpc \ --with-libxml-dir=${LOCALBASE} \ --with-iconv-dir=${LOCALBASE} -USES+= iconv::translit +USES+= iconv:translit USE_GNOME= libxml2 PHP_HEADER_DIRS=libxmlrpc |