aboutsummaryrefslogtreecommitdiff
path: root/japanese/mutt-devel
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-04-21 21:10:34 +0000
committerJohn Marino <marino@FreeBSD.org>2014-04-21 21:10:34 +0000
commitf9970e82e9b158080e10bb26c19e9fa323b481c9 (patch)
tree60d3cfc7830cb90229204b11ce21930421f100bc /japanese/mutt-devel
parent1f64c6c6fba037f1f2fcdf00198ca0388ed83044 (diff)
downloadports-f9970e82e9b158080e10bb26c19e9fa323b481c9.tar.gz
ports-f9970e82e9b158080e10bb26c19e9fa323b481c9.zip
japanese/mutt-devel: Eliminate use of problematic libslang
PR: ports/185122 Submitted by: Oota Toshiya Approved by: maintainer (SHIOZAKI Takehiko)
Notes
Notes: svn path=/head/; revision=351716
Diffstat (limited to 'japanese/mutt-devel')
-rw-r--r--japanese/mutt-devel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/mutt-devel/Makefile b/japanese/mutt-devel/Makefile
index 0881ec4475d3..acdc8f27cb54 100644
--- a/japanese/mutt-devel/Makefile
+++ b/japanese/mutt-devel/Makefile
@@ -44,7 +44,6 @@ COMMENT= Text-based mail client (Japanised development version)
LICENSE= GPLv2
-LIB_DEPENDS= libslang.so:${PORTSDIR}/japanese/libslang
RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview \
${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
@@ -65,8 +64,8 @@ AUTOMAKE_ARGS= --add-missing
USE_OPENSSL= yes
WRKSRC= ${WRKDIR}/mutt-${VERSION}
LDFLAGS+= -L${LOCALBASE}/lib -ltinfow
-CONFIGURE_ENV= CC="${CC} -D_DONT_USE_CTYPE_INLINE_ -D_XLOCALE_CTYPE_H ${DB_CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/slang"
-CONFIGURE_ARGS= --with-slang --enable-locales-fix \
+CONFIGURE_ENV= CC="${CC} -D_DONT_USE_CTYPE_INLINE_ -D_XLOCALE_CTYPE_H ${DB_CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/ncurses"
+CONFIGURE_ARGS= --with-ncurses --enable-locales-fix \
${ICONV_CONFIGURE_ARG} \
--without-wc-funcs \
--enable-flock --disable-fcntl \