Remove reference to ncursesw MacPort.

The `ncursesw` port doesn't exist anymore, its functionality is included in the `ncurses` port.
This commit is contained in:
Steven R. Baker 2016-09-08 19:38:01 +02:00 committed by GitHub
parent 15d18d664f
commit fa5e3eb163

2
acprep
View file

@ -516,7 +516,7 @@ class PrepareBuild(CommandLineApp):
'libiconv', '+universal',
'zlib', '+universal',
'gmp' ,'+universal', 'mpfr', '+universal',
'ncurses', '+universal', 'ncursesw', '+universal',
'ncurses', '+universal',
'gettext' ,'+universal',
'libedit' ,'+universal',
'texlive-xetex', 'doxygen', 'graphviz', 'texinfo',