diff options
Diffstat (limited to 'net/pecl-xmlrpc/Makefile')
-rw-r--r-- | net/pecl-xmlrpc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/pecl-xmlrpc/Makefile b/net/pecl-xmlrpc/Makefile index cef94960cef5..e622ffc18226 100644 --- a/net/pecl-xmlrpc/Makefile +++ b/net/pecl-xmlrpc/Makefile @@ -11,11 +11,10 @@ COMMENT= PHP extension for XML-RPC servers and clients LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 73 74 - USES= iconv:translit gnome php:pecl pkgconfig USE_PHP= xml:build USE_GNOME= libxml2 +IGNORE_WITH_PHP= 73 74 81 CONFIGURE_ARGS+= --with-iconv-dir=${LOCALBASE} |