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/php52 | |
parent | 81ac72867fea511ae2ea47fc25f31fdab9b56331 (diff) | |
download | ports-56c5e147c5396562dca765fc853f6536e148caf3.tar.gz ports-56c5e147c5396562dca765fc853f6536e148caf3.zip |
Notes
Diffstat (limited to 'lang/php52')
-rw-r--r-- | lang/php52/Makefile.ext | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php52/Makefile.ext b/lang/php52/Makefile.ext index 8822180a7b68..61238449d000 100644 --- a/lang/php52/Makefile.ext +++ b/lang/php52/Makefile.ext @@ -136,7 +136,7 @@ CONFIGURE_ARGS+=--enable-hash CONFIGURE_ARGS+=--with-iconv=${LOCALBASE} \ --with-iconv-dir=${LOCALBASE} -USE_ICONV= yes +USES+= iconv .endif .if ${PHP_MODNAME} == "imap" @@ -481,7 +481,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 |