diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2002-01-28 21:56:49 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2002-01-28 21:56:49 +0000 |
commit | a0e1dc9718e78b7e9d9f500a14dfcf4714606750 (patch) | |
tree | 1d137aae24d1b2e9f37b6c2917ab719d24ecd716 /www/mod_php4 | |
parent | Add WITHOUT_X11 to allow making these ports without X11 support. (diff) |
Chase shared library number for sablotron.
Notes
Notes:
svn path=/head/; revision=53929
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 47d7068725f6..1c77be8cc0e0 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -215,7 +215,7 @@ while [ "$1" ]; do XML=1 ;; \"XSLT\") - echo "LIB_DEPENDS+= sablot.66:\${PORTSDIR}/textproc/sablotron" + echo "LIB_DEPENDS+= sablot.67:\${PORTSDIR}/textproc/sablotron" echo "CONFIGURE_ARGS+=--enable-xslt --with-xslt-sablot" echo "CONFIGURE_ARGS+=--with-expat-dir=\${LOCALBASE}" if [ -z "$XML" ]; then |