diff options
author | dirk <dirk@FreeBSD.org> | 2002-09-20 22:17:01 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2002-09-20 22:17:01 +0800 |
commit | b6f3a6aea45d1df503743e31600f7c1e358557f6 (patch) | |
tree | bd4827e81af12971308182879d4d8b7439004f80 /www | |
parent | 9d85a0e29b0e97398ed0f72c624066bf658e3de5 (diff) | |
download | freebsd-ports-gnome-b6f3a6aea45d1df503743e31600f7c1e358557f6.tar.gz freebsd-ports-gnome-b6f3a6aea45d1df503743e31600f7c1e358557f6.tar.zst freebsd-ports-gnome-b6f3a6aea45d1df503743e31600f7c1e358557f6.zip |
Make Sablotron option LOCALBASE clean
PR: ports/42710
Submitted by: Thomas Hurst <freaky@aagh.net>
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 6b77380bd571..8be6fd2d5cfa 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/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 |