diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pecl-wbxml/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/pecl-wbxml/Makefile b/textproc/pecl-wbxml/Makefile index 16aa5fc09ce9..d14a9d79f04c 100644 --- a/textproc/pecl-wbxml/Makefile +++ b/textproc/pecl-wbxml/Makefile @@ -18,6 +18,8 @@ COMMENT= A PECL extension that provides WBXML conversion capabilities LIB_DEPENDS= wbxml2.0:${PORTSDIR}/textproc/wbxml2 +CONFIGURE_ARGS= --with-wbxml=${LOCALBASE} \ + --with-libexpat-dir=${LOCALBASE} USE_PHP= yes USE_PHPEXT= yes |