diff options
author | kan <kan@FreeBSD.org> | 2005-07-19 23:43:37 +0800 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2005-07-19 23:43:37 +0800 |
commit | 6c24be276955b5af9f75fe0578351a1ad2deef99 (patch) | |
tree | 1d3c9564a78c710d1f31ea11bdb7cfddad3ce44a /mail/claws-mail | |
parent | 0a5028ffd4add60e2c2567706effa8ab85a23183 (diff) | |
download | freebsd-ports-gnome-6c24be276955b5af9f75fe0578351a1ad2deef99.tar.gz freebsd-ports-gnome-6c24be276955b5af9f75fe0578351a1ad2deef99.tar.zst freebsd-ports-gnome-6c24be276955b5af9f75fe0578351a1ad2deef99.zip |
Remove absolete WITH_JCONV knob.
Approved by: maintainer(netchild)
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index c44c7066ba13..f117c80ddf43 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -94,12 +94,6 @@ CONFIGURE_ARGS+= --enable-compface .else CONFIGURE_ARGS+= --disable-compface .endif -.if defined(WITH_JCONV) || defined(WITH_ALL) -CONFIGURE_ARGS+= --enable-jconv -LIB_DEPENDS+= jconv.0:${PORTSDIR}/japanese/libjconv -.else -CONFIGURE_ARGS+= --disable-jconv -.endif .if defined(WITH_ASPELL) || defined(WITH_ALL) LIB_DEPENDS+= pspell.16:${PORTSDIR}/textproc/aspell CONFIGURE_ARGS+= --enable-aspell @@ -150,7 +144,6 @@ pre-everything:: @${ECHO} "" @${ECHO} " WITH_COMPFACE Enable compface (X-Face) support" @${ECHO} " WITH_GPGME Build the pgpmime plugin" - @${ECHO} " WITH_JCONV Enable enhanced charset conversion" @${ECHO} " WITH_ASPELL Enable spell-checking support" @${ECHO} " WITH_JPILOT Enable JPilot support" @${ECHO} " WITH_LDAP Enable LDAP access support" |