22720565 mutt should switch from slang to ncurses
authorCraig Mohrman <craig.mohrman@oracle.com>
Wed, 20 Apr 2016 08:07:53 -0700
changeset 5814 40b5cf15fafc
parent 5813 5592d099c9c8
child 5815 e077a012aa70
22720565 mutt should switch from slang to ncurses
components/mutt/Makefile
--- a/components/mutt/Makefile	Tue Apr 19 21:30:19 2016 -0700
+++ b/components/mutt/Makefile	Wed Apr 20 08:07:53 2016 -0700
@@ -44,7 +44,7 @@
 CONFIGURE_OPTIONS  +=		--enable-hcache
 CONFIGURE_OPTIONS  +=		--with-gdbm
 CONFIGURE_OPTIONS  +=		--with-regex
-CONFIGURE_OPTIONS  +=		--with-slang
+CONFIGURE_OPTIONS  +=		--with-curses
 CONFIGURE_OPTIONS  +=		--with-ssl
 CONFIGURE_OPTIONS  +=		--with-idn
 CFLAGS +=			-I"$(USRINCDIR)/idn"
@@ -62,8 +62,8 @@
 REQUIRED_PACKAGES += data/xml-common
 REQUIRED_PACKAGES += library/database/gdbm
 REQUIRED_PACKAGES += library/libidn
+REQUIRED_PACKAGES += library/ncurses
 REQUIRED_PACKAGES += library/security/openssl
-REQUIRED_PACKAGES += library/slang
 REQUIRED_PACKAGES += $(PERL_PKG)
 REQUIRED_PACKAGES += shell/ksh93
 REQUIRED_PACKAGES += system/library/math