diff options
author | dirk <dirk@FreeBSD.org> | 2001-12-02 21:28:32 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-12-02 21:28:32 +0000 |
commit | 572e275886c70f677142ef505480c4008ad569ff (patch) | |
tree | 606ee05874a09140401ca8ffee46249ba0032825 | |
parent | b2012c117e1654ba16be2ef3409cc03ae75b9201 (diff) | |
download | FreeBSD-ports-572e275886c70f677142ef505480c4008ad569ff.zip FreeBSD-ports-572e275886c70f677142ef505480c4008ad569ff.tar.gz |
Chase sablotron's shared library number.
-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 de159b9..7756f86 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -211,7 +211,7 @@ while [ "$1" ]; do XML=1 ;; \"XSLT\") - echo "LIB_DEPENDS+= sablot.70:\${PORTSDIR}/textproc/sablotron" + echo "LIB_DEPENDS+= sablot.66:\${PORTSDIR}/textproc/sablotron" echo "CONFIGURE_ARGS+=--with-sablot=\${LOCALBASE}" echo "CONFIGURE_ARGS+=--with-expat-dir=\${LOCALBASE}" if [ -z "$XML" ]; then diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index de159b9..7756f86 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -211,7 +211,7 @@ while [ "$1" ]; do XML=1 ;; \"XSLT\") - echo "LIB_DEPENDS+= sablot.70:\${PORTSDIR}/textproc/sablotron" + echo "LIB_DEPENDS+= sablot.66:\${PORTSDIR}/textproc/sablotron" echo "CONFIGURE_ARGS+=--with-sablot=\${LOCALBASE}" echo "CONFIGURE_ARGS+=--with-expat-dir=\${LOCALBASE}" if [ -z "$XML" ]; then |