aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-07-06 01:10:48 +0800
committerMartin Wilke <miwi@FreeBSD.org>2009-07-06 01:10:48 +0800
commit93cfc3cd28c1d2c930fa91b67c503c27577ba163 (patch)
treeec5219b336f2244b15e56ae44f73a4f3dfc21948 /textproc
parentfe4040af844a5c7c2798a530a44f65966c66570c (diff)
downloadfreebsd-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/Makefile2
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