pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cmake a builtin curses which supports wsyncup is...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ccda0787d16e
branches: trunk
changeset: 572317:ccda0787d16e
user: drochner <drochner%pkgsrc.org@localhost>
date: Tue Feb 23 19:51:59 2010 +0000
description:
a builtin curses which supports wsyncup is considered good enough,
don't need ncurses in this case
diffstat:
devel/cmake/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 74a8aa86215c -r ccda0787d16e devel/cmake/Makefile
--- a/devel/cmake/Makefile Tue Feb 23 19:50:49 2010 +0000
+++ b/devel/cmake/Makefile Tue Feb 23 19:51:59 2010 +0000
@@ -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 @@
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
-USE_NCURSES= yes
+# wants wsyncup and wcursyncup
+USE_NCURSES= wsyncup
GNU_CONFIGURE= yes
BUILD_TARGET= default_target
Home |
Main Index |
Thread Index |
Old Index