diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-12 01:47:32 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-12 01:47:32 +0800 |
commit | 4f46765bd14ee33010f3b1af9900bc78b50ad2e9 (patch) | |
tree | 6931aa4dea0ac829782913f59e1bcddfedb4806a | |
parent | fe5585ad5a32981f9fadad02f3c749798ad96978 (diff) | |
download | freebsd-ports-gnome-4f46765bd14ee33010f3b1af9900bc78b50ad2e9.tar.gz freebsd-ports-gnome-4f46765bd14ee33010f3b1af9900bc78b50ad2e9.tar.zst freebsd-ports-gnome-4f46765bd14ee33010f3b1af9900bc78b50ad2e9.zip |
unbreak aspell support
PR: 45194
Submitted by: maintainer
-rw-r--r-- | mail/claws-mail/Makefile | 7 | ||||
-rw-r--r-- | mail/sylpheed-claws/Makefile | 7 |
2 files changed, 8 insertions, 6 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} "" diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 860351de395e..8954c2a2502b 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/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} "" |