aboutsummaryrefslogtreecommitdiffstats
path: root/mail/claws-mail
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2005-07-19 23:43:37 +0800
committerAlexander Kabaev <kan@FreeBSD.org>2005-07-19 23:43:37 +0800
commitfa4e659e45cb64d623e89383201fad66ca426eff (patch)
treedeb285f6f83bbc66ad61d7e4e0d93500f733e862 /mail/claws-mail
parent3906646085e76ce4397a42179274a7a1efd983ce (diff)
downloadfreebsd-ports-gnome-fa4e659e45cb64d623e89383201fad66ca426eff.tar.gz
freebsd-ports-gnome-fa4e659e45cb64d623e89383201fad66ca426eff.tar.zst
freebsd-ports-gnome-fa4e659e45cb64d623e89383201fad66ca426eff.zip
Remove absolete WITH_JCONV knob.
Approved by: maintainer(netchild)
Diffstat (limited to 'mail/claws-mail')
-rw-r--r--mail/claws-mail/Makefile7
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"