diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-04 00:09:43 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-04 00:09:43 +0800 |
commit | d67cc0e98534726ffbf3e587116028e36463e1af (patch) | |
tree | 4ac36ee5f45a26bbc8928120880f9e7ed8db983b /mail/claws-mail | |
parent | 50418fe2b8628fb454c3da693b26e01ed838450e (diff) | |
download | freebsd-ports-gnome-d67cc0e98534726ffbf3e587116028e36463e1af.tar.gz freebsd-ports-gnome-d67cc0e98534726ffbf3e587116028e36463e1af.tar.zst freebsd-ports-gnome-d67cc0e98534726ffbf3e587116028e36463e1af.zip |
Chase pspell so version, and note that libpspell is now installed by
textproc/aspell.
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index d60a7a8aec94..eab2e3c2def9 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -7,6 +7,7 @@ PORTNAME= sylpheed-claws PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws @@ -59,7 +60,7 @@ LIB_DEPENDS+= jconv.0:${PORTSDIR}/japanese/libjconv CONFIGURE_ARGS+= --disable-jconv .endif .if defined(WITH_PSPELL) || defined(WITH_ALL) -LIB_DEPENDS+= pspell.4:${PORTSDIR}/textproc/pspell +LIB_DEPENDS+= pspell.15:${PORTSDIR}/textproc/aspell CONFIGURE_ARGS+= --enable-pspell .endif .if defined(WITH_JPILOT) || defined(WITH_ALL) |