22720526 mc should switch from slang to ncurses
authorCraig Mohrman <craig.mohrman@oracle.com>
Thu, 21 Apr 2016 10:20:54 -0700
changeset 5829 4712e132a71c
parent 5828 5009deba8bc0
child 5830 89957c69cf72
22720526 mc should switch from slang to ncurses
components/mc/Makefile
--- a/components/mc/Makefile	Tue Apr 19 05:21:45 2016 -0700
+++ b/components/mc/Makefile	Thu Apr 21 10:20:54 2016 -0700
@@ -44,11 +44,13 @@
 CONFIGURE_OPTIONS += --with-x
 CONFIGURE_OPTIONS += --enable-charset
 CONFIGURE_OPTIONS += --without-ext2undel
-CONFIGURE_OPTIONS += --with-screen=slang
+CONFIGURE_OPTIONS += --with-screen=ncurses
+CONFIGURE_OPTIONS += --with-ncurses-includes=$(USRINCDIR)
+CONFIGURE_OPTIONS += --with-ncurses-libs=$(USRLIBDIR64)
 CONFIGURE_OPTIONS += "mc_cv_nroff_tascii="
 
 REQUIRED_PACKAGES += library/glib2
 REQUIRED_PACKAGES += library/libssh2
-REQUIRED_PACKAGES += library/slang
+REQUIRED_PACKAGES += library/ncurses
 REQUIRED_PACKAGES += $(PERL_PKG)
 REQUIRED_PACKAGES += shell/ksh93