components/mc/Makefile
changeset 5829 4712e132a71c
parent 5797 432ac76de3b0
child 6151 af11d2e6712a
--- 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