summaryrefslogtreecommitdiff
path: root/www/mod_php4
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2002-09-20 14:17:01 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2002-09-20 14:17:01 +0000
commitdd744e3f93417a7e1152f322bf14a350bb082505 (patch)
treeb7f1724261e3ab426ca10977be1b283f266d91ce /www/mod_php4
parentUpdate MASTER_SITES (diff)
Make Sablotron option LOCALBASE clean
PR: ports/42710 Submitted by: Thomas Hurst <freaky@aagh.net>
Notes
Notes: svn path=/head/; revision=66844
Diffstat (limited to 'www/mod_php4')
-rw-r--r--www/mod_php4/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 6b77380bd571..8be6fd2d5cfa 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -267,7 +267,7 @@ while [ "$1" ]; do
;;
\"XSLT\")
echo "LIB_DEPENDS+= sablot.69:\${PORTSDIR}/textproc/sablotron"
- echo "CONFIGURE_ARGS+=--enable-xslt --with-xslt-sablot"
+ echo "CONFIGURE_ARGS+=--enable-xslt --with-xslt-sablot=\${LOCALBASE}"
if [ -z "$XML" ]; then
set $* \"XML\"
fi