summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2013-03-04 10:01:13 +0000
committerroy <roy@pkgsrc.org>2013-03-04 10:01:13 +0000
commitc220e74cd079bfa091a02ea55726e44b2299156d (patch)
tree875e494622cc320baaa8d944fec3ff79c97b0810 /devel
parentacc60a44704adf5ccbe8d6d970a31a1ecb30b3bc (diff)
downloadpkgsrc-c220e74cd079bfa091a02ea55726e44b2299156d.tar.gz
Only pull in ncurses if the system curses doesn't supply wsyncup.
Diffstat (limited to 'devel')
-rw-r--r--devel/cmake/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile
index 1a74128aa0f..4911d7701df 100644
--- a/devel/cmake/Makefile
+++ b/devel/cmake/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.69 2013/02/16 11:40:37 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2013/03/04 10:01:13 roy Exp $
DISTNAME= cmake-${CMAKE_API}.10
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= devel
MASTER_SITES= http://www.cmake.org/files/v${CMAKE_API}/
@@ -14,8 +14,7 @@ LICENSE= modified-bsd
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
-# wants wsyncup and wcursyncup
-USE_NCURSES= yes
+USE_NCURSES= wsyncup
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= bootstrap