diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-06 01:10:48 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-06 01:10:48 +0800 |
commit | 93cfc3cd28c1d2c930fa91b67c503c27577ba163 (patch) | |
tree | ec5219b336f2244b15e56ae44f73a4f3dfc21948 /textproc | |
parent | fe4040af844a5c7c2798a530a44f65966c66570c (diff) | |
download | freebsd-ports-gnome-93cfc3cd28c1d2c930fa91b67c503c27577ba163.tar.gz freebsd-ports-gnome-93cfc3cd28c1d2c930fa91b67c503c27577ba163.tar.zst freebsd-ports-gnome-93cfc3cd28c1d2c930fa91b67c503c27577ba163.zip |
- Fix build with custom prefix
Submitted by: Florian Smeets
Reported by: qatty
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 |