diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2002-09-20 14:17:01 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2002-09-20 14:17:01 +0000 |
commit | dd744e3f93417a7e1152f322bf14a350bb082505 (patch) | |
tree | b7f1724261e3ab426ca10977be1b283f266d91ce /www/mod_php5 | |
parent | de464cbea9e10c3c17b0a9d76810931d1389f6b8 (diff) | |
download | ports-dd744e3f93417a7e1152f322bf14a350bb082505.tar.gz ports-dd744e3f93417a7e1152f322bf14a350bb082505.zip |
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_php5')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |