diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2002-09-21 06:11:46 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2002-09-21 06:11:46 +0000 |
commit | 3fe62758e2ea227eb77b87ad2bfa54b983db64b1 (patch) | |
tree | 80d867a6a872ea4066e091b8dbbebbbfe7a5295a /www/mod_php5 | |
parent | cd734abda273910f486146824cf9febedfe87f6a (diff) | |
download | ports-3fe62758e2ea227eb77b87ad2bfa54b983db64b1.tar.gz ports-3fe62758e2ea227eb77b87ad2bfa54b983db64b1.zip |
Notes
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 8be6fd2d5cfa..81dca33a30a1 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -304,7 +304,7 @@ while [ "$1" ]; do fi ;; \"pspell\") - echo "LIB_DEPENDS+= pspell.4:\${PORTSDIR}/textproc/pspell" + echo "LIB_DEPENDS+= aspell.15:\${PORTSDIR}/textproc/aspell" echo "CONFIGURE_ARGS+=--with-pspell=\${LOCALBASE}" ;; \"mbregex\") |