aboutsummaryrefslogtreecommitdiff
path: root/mail/claws-mail/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-11 17:47:32 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-11 17:47:32 +0000
commitfbb1c7355033fd0ac268335a92bf8570b7837b0c (patch)
tree8a1c4bfe1f682ab11e6107a9e63744f92c79d3b1 /mail/claws-mail/Makefile
parent876d0f9906a1e7ae45da2ca6d1cef195de8ce258 (diff)
downloadports-fbb1c7355033fd0ac268335a92bf8570b7837b0c.tar.gz
ports-fbb1c7355033fd0ac268335a92bf8570b7837b0c.zip
Notes
Diffstat (limited to 'mail/claws-mail/Makefile')
-rw-r--r--mail/claws-mail/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index 860351de395e..8954c2a2502b 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sylpheed-claws
PORTVERSION= 0.8.5
+PORTREVISION= 1
CATEGORIES= mail news ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sylpheed-claws
@@ -58,9 +59,9 @@ LIB_DEPENDS+= jconv.0:${PORTSDIR}/japanese/libjconv
.else
CONFIGURE_ARGS+= --disable-jconv
.endif
-.if defined(WITH_PSPELL) || defined(WITH_ALL)
+.if defined(WITH_ASPELL) || defined(WITH_ALL)
LIB_DEPENDS+= pspell.15:${PORTSDIR}/textproc/aspell
-CONFIGURE_ARGS+= --enable-pspell
+CONFIGURE_ARGS+= --enable-aspell
.endif
.if defined(WITH_JPILOT) || defined(WITH_ALL)
LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link
@@ -92,7 +93,7 @@ pre-everything::
@${ECHO} " WITH_GPGME Enable GnuPG support using GPGME"
@${ECHO} " WITH_COMPFACE Enable compface (X-Face) support"
@${ECHO} " WITH_JCONV Enable enhanced charset conversion"
- @${ECHO} " WITH_PSPELL Enable spell-checking support"
+ @${ECHO} " WITH_ASPELL Enable spell-checking support"
@${ECHO} " WITH_JPILOT Enable JPilot support"
@${ECHO} " WITH_LDAP Enable LDAP access support"
@${ECHO} ""