View | Details | Raw Unified | Return to bug 43148
Collapse All | Expand All

(-)scripts/configure.php (-3 / +3 lines)
Lines 45-51 Link Here
45
CURL		"CURL support" OFF \
45
CURL		"CURL support" OFF \
46
gettext		"gettext library support" OFF \
46
gettext		"gettext library support" OFF \
47
iconv		"iconv support" OFF \
47
iconv		"iconv support" OFF \
48
pspell		"pspell support" OFF \
48
aspell		"aspell support" OFF \
49
mbregex		"multibyte regular expressions module" OFF \
49
mbregex		"multibyte regular expressions module" OFF \
50
mbstring	"multibyte string module" OFF \
50
mbstring	"multibyte string module" OFF \
51
YP		"YP/NIS support" OFF \
51
YP		"YP/NIS support" OFF \
Lines 303-310 Link Here
303
				ICONV=1
303
				ICONV=1
304
			fi
304
			fi
305
			;;
305
			;;
306
		\"pspell\")
306
		\"aspell\")
307
			echo "LIB_DEPENDS+=	pspell.4:\${PORTSDIR}/textproc/pspell"
307
			echo "LIB_DEPENDS+=	aspell.15:\${PORTSDIR}/textproc/aspell"
308
			echo "CONFIGURE_ARGS+=--with-pspell=\${LOCALBASE}"
308
			echo "CONFIGURE_ARGS+=--with-pspell=\${LOCALBASE}"
309
			;;
309
			;;
310
		\"mbregex\")
310
		\"mbregex\")

Return to bug 43148