diff options
author | ale <ale@FreeBSD.org> | 2014-05-15 16:08:23 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2014-05-15 16:08:23 +0800 |
commit | a75cae14da0ba6c488f6ae4024c0f1d11330f295 (patch) | |
tree | 0695098dd89006c0172a68c800a10298e4f7b3ba /lang/php55 | |
parent | b9e831dabc9dece52715f092d277c01ea0e45e75 (diff) | |
download | freebsd-ports-gnome-a75cae14da0ba6c488f6ae4024c0f1d11330f295.tar.gz freebsd-ports-gnome-a75cae14da0ba6c488f6ae4024c0f1d11330f295.tar.zst freebsd-ports-gnome-a75cae14da0ba6c488f6ae4024c0f1d11330f295.zip |
Fix build of xmlrpc extension.
Diffstat (limited to 'lang/php55')
-rw-r--r-- | lang/php55/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php55/Makefile.ext b/lang/php55/Makefile.ext index f7793db94d0b..74e38a29710a 100644 --- a/lang/php55/Makefile.ext +++ b/lang/php55/Makefile.ext @@ -431,7 +431,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 |