diff options
Diffstat (limited to 'textproc/pecl-wbxml/Makefile')
-rw-r--r-- | textproc/pecl-wbxml/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/pecl-wbxml/Makefile b/textproc/pecl-wbxml/Makefile index 3509541..d91c736 100644 --- a/textproc/pecl-wbxml/Makefile +++ b/textproc/pecl-wbxml/Makefile @@ -14,12 +14,10 @@ COMMENT= PECL extension that provides WBXML conversion capabilities LIB_DEPENDS= libwbxml2.so:textproc/wbxml2 -USES=tar:tgz +USES= php:ext tar:tgz CONFIGURE_ARGS= --with-wbxml=${LOCALBASE} \ --with-libexpat-dir=${LOCALBASE} -USE_PHP= yes -USE_PHPEXT= yes IGNORE_WITH_PHP= 70 post-patch: |