diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-08-25 10:46:47 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-08-25 10:46:47 +0000 |
commit | 43b0dfaa464605fd5b7bb6fa4677535cae7f24eb (patch) | |
tree | 4576c8dbee67168ca544010fe54302d7b3f2faaa /www/mod_php5 | |
parent | Oops, remove stray file (diff) |
Fix shared library number for sablotron after upgrade.
Notes
Notes:
svn path=/head/; revision=46876
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 524c5c94008b..8a6e4022dd64 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -198,7 +198,7 @@ while [ "$1" ]; do XML=1 ;; \"XSLT\") - echo "LIB_DEPENDS+= sablot.60:\${PORTSDIR}/textproc/sablotron" + echo "LIB_DEPENDS+= sablot.65:\${PORTSDIR}/textproc/sablotron" echo "CONFIGURE_ARGS+=--with-sablot=\${PREFIX}" echo "CONFIGURE_ARGS+=--with-expat-dir=\${PREFIX}" if [ -z "$XML" ]; then |