aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php5
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2002-09-21 14:11:46 +0800
committerdirk <dirk@FreeBSD.org>2002-09-21 14:11:46 +0800
commit8c8857bcf70e7dd4817595d11b75d102214b1217 (patch)
tree0b933a997ba269cd0235cddd370cd65b1350913f /www/mod_php5
parentc9865bea279c4babb08d3cd7593db4e360af0da3 (diff)
downloadfreebsd-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.php2
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\")