diff options
author | nork <nork@FreeBSD.org> | 2003-01-31 13:27:07 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-01-31 13:27:07 +0800 |
commit | c7447b94a416bab6cdfc6a27f4e50f14b500e066 (patch) | |
tree | 41fbd48f152d494e973846cbc503b79ca45b6b78 /mail/sylpheed3 | |
parent | 852d99d2b61643e95eb64c84e111b2a5ba4bc87d (diff) | |
download | freebsd-ports-gnome-c7447b94a416bab6cdfc6a27f4e50f14b500e066.tar.gz freebsd-ports-gnome-c7447b94a416bab6cdfc6a27f4e50f14b500e066.tar.zst freebsd-ports-gnome-c7447b94a416bab6cdfc6a27f4e50f14b500e066.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>
Diffstat (limited to 'mail/sylpheed3')
-rw-r--r-- | mail/sylpheed3/Makefile | 8 |
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} "" |