Commit 43229fa8 authored by Rafaël Carré's avatar Rafaël Carré

contrib: ncurses: enable only for osx

parent 1c173782
...@@ -3,7 +3,9 @@ ...@@ -3,7 +3,9 @@
NCURSES_VERSION := 5.9 NCURSES_VERSION := 5.9
NCURSES_URL := $(GNU)/ncurses/ncurses-$(NCURSES_VERSION).tar.gz NCURSES_URL := $(GNU)/ncurses/ncurses-$(NCURSES_VERSION).tar.gz
ifdef HAVE_MACOSX
PKGS += ncurses PKGS += ncurses
endif
ifeq ($(call need_pkg,"ncursesw"),) ifeq ($(call need_pkg,"ncursesw"),)
PKGS_FOUND += ncurses PKGS_FOUND += ncurses
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment