diff options
author | kan <kan@FreeBSD.org> | 2005-07-19 15:43:37 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2005-07-19 15:43:37 +0000 |
commit | 6c24be276955b5af9f75fe0578351a1ad2deef99 (patch) | |
tree | 1d3c9564a78c710d1f31ea11bdb7cfddad3ce44a /mail/sylpheed-claws | |
parent | 0a5028ffd4add60e2c2567706effa8ab85a23183 (diff) | |
download | FreeBSD-ports-6c24be276955b5af9f75fe0578351a1ad2deef99.zip FreeBSD-ports-6c24be276955b5af9f75fe0578351a1ad2deef99.tar.gz |
Remove absolete WITH_JCONV knob.
Approved by: maintainer(netchild)
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index c44c706..f117c80 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/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" |