diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-28 06:09:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-28 06:09:15 +0800 |
commit | 177a9929fbd5fb598a4b665b0ded35e126c7b7b2 (patch) | |
tree | 109572ce53c493535c15b3fea78d257250399f06 /lang/php53 | |
parent | 5441c7fbcce01b7c3667e021d36563cdde036ae0 (diff) | |
download | freebsd-ports-gnome-177a9929fbd5fb598a4b665b0ded35e126c7b7b2.tar.gz freebsd-ports-gnome-177a9929fbd5fb598a4b665b0ded35e126c7b7b2.tar.zst freebsd-ports-gnome-177a9929fbd5fb598a4b665b0ded35e126c7b7b2.zip |
Convert the last USE_ICONV to USES=iconv
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.ext | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 5ab590dc81ae..506597091cbe 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=${LOCALBASE} -USE_ICONV= yes +USES+= iconv .endif .if ${PHP_MODNAME} == "imap" @@ -432,7 +432,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 |