components/mutt/Makefile
changeset 5814 40b5cf15fafc
parent 5797 432ac76de3b0
child 6427 2005fa2596b7
--- 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