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:
parent
15d18d664f
commit
fa5e3eb163
1 changed files with 1 additions and 1 deletions
2
acprep
2
acprep
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue