diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-03 16:09:43 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-03 16:09:43 +0000 |
commit | 373af7ebb23e27ee8643f3c82ec665adf90c8073 (patch) | |
tree | 64649c9e6da9f1c2d9a05a6273e022c0964da34d /mail/sylpheed-claws | |
parent | 7613a3894ad07f9102eb7b87280306211556755d (diff) |
Notes
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index d60a7a8aec94..eab2e3c2def9 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/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) |