diff options
author | dirk <dirk@FreeBSD.org> | 2002-09-21 14:11:46 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2002-09-21 14:11:46 +0800 |
commit | 8c8857bcf70e7dd4817595d11b75d102214b1217 (patch) | |
tree | 0b933a997ba269cd0235cddd370cd65b1350913f /www/mod_php5 | |
parent | c9865bea279c4babb08d3cd7593db4e360af0da3 (diff) | |
download | freebsd-ports-gnome-8c8857bcf70e7dd4817595d11b75d102214b1217.tar.gz freebsd-ports-gnome-8c8857bcf70e7dd4817595d11b75d102214b1217.tar.zst freebsd-ports-gnome-8c8857bcf70e7dd4817595d11b75d102214b1217.zip |
Switch from textproc/pspell to textproc/aspell for pspell support after
removal of textproc/pspell.
PR: ports/42052, ports/43148
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\") |