diff options
author | roy <roy> | 2013-10-14 08:56:39 +0000 |
---|---|---|
committer | roy <roy> | 2013-10-14 08:56:39 +0000 |
commit | a4d72c7477950aabd6ce1907e595c6a3821bdf76 (patch) | |
tree | 183b3a338f2b5369175f8e31c4f38cca6547fd60 /devel | |
parent | dc7804d5bc4ea7e3238d7b040fc243729c873260 (diff) | |
download | pkgsrc-a4d72c7477950aabd6ce1907e595c6a3821bdf76.tar.gz |
Only pull in ncurses dependency if the sytem curses does not supply wsyncup.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cmake/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile index af664706322..dd908f8adca 100644 --- a/devel/cmake/Makefile +++ b/devel/cmake/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.77 2013/10/02 20:26:47 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2013/10/14 08:56:39 roy Exp $ DISTNAME= cmake-${CMAKE_API}.11.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.cmake.org/files/v${CMAKE_API}/ @@ -14,7 +14,7 @@ LICENSE= modified-bsd USE_TOOLS+= gmake USE_LANGUAGES= c c++ -USE_NCURSES= yes # wsyncup +USE_NCURSES= wsyncup HAS_CONFIGURE= yes CONFIGURE_SCRIPT= bootstrap |