summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2013-10-14 08:56:39 +0000
committerroy <roy@pkgsrc.org>2013-10-14 08:56:39 +0000
commitd70b73568c15f5b2c542bd29aa5655b043dc7797 (patch)
tree183b3a338f2b5369175f8e31c4f38cca6547fd60 /devel
parent2a25651db8c19232ff863489234d0de0a6ac80a1 (diff)
downloadpkgsrc-d70b73568c15f5b2c542bd29aa5655b043dc7797.tar.gz
Only pull in ncurses dependency if the sytem curses does not supply wsyncup.
Diffstat (limited to 'devel')
-rw-r--r--devel/cmake/Makefile6
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