diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-27 22:09:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-27 22:09:15 +0000 |
commit | 56c5e147c5396562dca765fc853f6536e148caf3 (patch) | |
tree | 109572ce53c493535c15b3fea78d257250399f06 /lang/php5/Makefile.ext | |
parent | - Document multiple XSS and DDoS vulnerabilities for Joomla! (diff) |
Convert the last USE_ICONV to USES=iconv
Notes
Notes:
svn path=/head/; revision=316695
Diffstat (limited to 'lang/php5/Makefile.ext')
-rw-r--r-- | lang/php5/Makefile.ext | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 52ad9db482df..24cb5a06dfa8 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -128,7 +128,7 @@ CONFIGURE_ARGS+=--enable-hash \ .if ${PHP_MODNAME} == "iconv" CONFIGURE_ARGS+=--with-iconv=${LOCALBASE} -USE_ICONV= yes +USES+= iconv .endif .if ${PHP_MODNAME} == "imap" @@ -427,7 +427,7 @@ CONFIGURE_ARGS+=--with-xmlrpc \ --with-libxml-dir=${LOCALBASE} \ --with-iconv-dir=${LOCALBASE} -USE_ICONV= yes +USES+= iconv USE_GNOME= libxml2 PHP_HEADER_DIRS=libxmlrpc |