a builtin curses which supports wsyncup is considered good enough,
don't need ncurses in this case
This commit is contained in:
parent
137356c4dc
commit
68bf9c0255
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.48 2010/02/12 13:45:54 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.49 2010/02/23 19:51:59 drochner Exp $
|
||||
|
||||
DISTNAME= cmake-${CMAKE_API}.0
|
||||
PKGREVISION= 2
|
||||
|
@ -15,7 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
|
||||
USE_TOOLS+= gmake
|
||||
USE_LANGUAGES= c c++
|
||||
USE_NCURSES= yes
|
||||
# wants wsyncup and wcursyncup
|
||||
USE_NCURSES= wsyncup
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
BUILD_TARGET= default_target
|
||||
|
|
Loading…
Reference in a new issue