aboutsummaryrefslogtreecommitdiff
path: root/mail/sylpheed3
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-01-31 05:27:07 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-01-31 05:27:07 +0000
commit894354857fe6396ea6f405b185c43aa119a58b51 (patch)
treed59d9829347a02a9185ca152fe5b3c8aa343e1a9 /mail/sylpheed3
parent86a6f410382c357a4902585d43cc52194d4f0f0a (diff)
downloadports-894354857fe6396ea6f405b185c43aa119a58b51.tar.gz
ports-894354857fe6396ea6f405b185c43aa119a58b51.zip
use iconv instead of libjconv.
PR: ports/47701 Submitted by: KAWATA Masahiko <kawata@mta.biglobe.ne.jp> Approved by: Oliver Lehmann <lehmann@ans-netz.de>
Notes
Notes: svn path=/head/; revision=74326
Diffstat (limited to 'mail/sylpheed3')
-rw-r--r--mail/sylpheed3/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile
index 36ec762ff54a..4cf1f18c3280 100644
--- a/mail/sylpheed3/Makefile
+++ b/mail/sylpheed3/Makefile
@@ -47,12 +47,6 @@ CONFIGURE_ARGS+=--enable-compface
.else
CONFIGURE_ARGS+=--disable-compface
.endif
-.if defined(WITH_JCONV)
-LIB_DEPENDS+= jconv.0:${PORTSDIR}/japanese/libjconv
-CONFIGURE_ARGS+=--enable-jconv
-.else
-CONFIGURE_ARGS+=--disable-jconv
-.endif
.if defined(WITH_JPILOT)
LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link
RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot
@@ -85,8 +79,6 @@ pre-everything::
@${ECHO} " WITH_PIXBUF=yes Enable GDK Pixbuf support"
@${ECHO} " WITH_GPGME=yes Enable GnuPG support using GPGME."
@${ECHO} " WITH_COMPFACE=yes Enable X-Face support."
- @${ECHO} " WITH_JCONV=yes Enable Japanese charset conversion"
- @${ECHO} " library libjconv."
@${ECHO} " WITH_JPILOT=yes Enable JPilot support."
@${ECHO} " WITH_LDAP=yes Enable LDAP support."
@${ECHO} ""