diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-28 22:50:44 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-28 22:50:44 +0000 |
commit | 64e8cb66bb17161314fdd4cfff20fff88e9bf87f (patch) | |
tree | 23d4048708146e4b5bc87f7a8520039d30ce0e81 /lang/php4/Makefile.ext | |
parent | 6fd4bdbdfe28330879a231c0d94881fca56255d4 (diff) |
Notes
Diffstat (limited to 'lang/php4/Makefile.ext')
-rw-r--r-- | lang/php4/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index 457494ad3384..122a16451850 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -268,7 +268,7 @@ CONFIGURE_ARGS+=--enable-posix .endif .if ${PHP_MODNAME} == "pspell" -LIB_DEPENDS+= aspell.15:${PORTSDIR}/textproc/aspell +LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell CONFIGURE_ARGS+=--with-pspell=${LOCALBASE} .endif |