It feels better with newer ncurses from ports, than with system ones

This commit is contained in:
Lev Serebryakov 2013-10-02 19:02:46 +04:00
parent 018cfe5eaf
commit d5bd0f96e4

View File

@ -44,7 +44,7 @@ ifeq ($(OS),linux)
OSLIBS=-lcrypto -lpthread -lrt -lcurses
endif
ifeq ($(OS),freebsd)
OSLIBS=-lcrypto -lpthread -lcurses -lkvm
OSLIBS=-lcrypto -lpthread -lncurses -lkvm
endif
LIBS=-lgmp -ltermcap -lsigsegv $(OSLIBS)