diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-01-31 05:27:07 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-01-31 05:27:07 +0000 |
commit | 894354857fe6396ea6f405b185c43aa119a58b51 (patch) | |
tree | d59d9829347a02a9185ca152fe5b3c8aa343e1a9 /mail/sylpheed2-devel | |
parent | 86a6f410382c357a4902585d43cc52194d4f0f0a (diff) | |
download | ports-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/sylpheed2-devel')
-rw-r--r-- | mail/sylpheed2-devel/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile index 36ec762ff54a..4cf1f18c3280 100644 --- a/mail/sylpheed2-devel/Makefile +++ b/mail/sylpheed2-devel/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} "" |