summaryrefslogtreecommitdiff
path: root/japanese/mutt
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-30 19:20:22 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-30 19:20:22 +0000
commit4efa9ce4aba677e16625a76f8415226114d2d072 (patch)
tree768a9d49a28e618c67e66b92df38c1d490e817b4 /japanese/mutt
parentMake the last line of Makefile to be (diff)
- Use USE_ICONV knob
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=105722
Diffstat (limited to 'japanese/mutt')
-rw-r--r--japanese/mutt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/mutt/Makefile b/japanese/mutt/Makefile
index 4617e411f2ca..07daf86cb008 100644
--- a/japanese/mutt/Makefile
+++ b/japanese/mutt/Makefile
@@ -26,8 +26,8 @@ COMMENT= Text-based mail client (Japanised Version)
FORBIDDEN= http://people.freebsd.org/~eik/portaudit/67c05283-5d62-11d8-80e3-0020ed76ef5a.html
-LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang \
- iconv.3:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang
+
.if !defined(WITH_GETTEXT)
USE_GETTEXT= yes
.else
@@ -46,6 +46,7 @@ FETCH_BEFORE_ARGS= -A # ha4.seikyou.ne.jp is running broken httpd
USE_REINPLACE= yes
USE_GMAKE= yes
+USE_ICONV= yes
USE_AUTOMAKE_VER= 14
USE_OPENSSL= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSION}