pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc USE_NCURSES=# -> USE_NCURSES=yes



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ed84c2cef1e
branches:  trunk
changeset: 573549:0ed84c2cef1e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Mar 17 14:17:38 2010 +0000

description:
USE_NCURSES=# -> USE_NCURSES=yes

diffstat:

 devel/ht/Makefile          |  4 ++--
 emulators/aliados/Makefile |  4 ++--
 sysutils/clex/Makefile     |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 7408afee6ee1 -r 0ed84c2cef1e devel/ht/Makefile
--- a/devel/ht/Makefile Wed Mar 17 14:17:02 2010 +0000
+++ b/devel/ht/Makefile Wed Mar 17 14:17:38 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/08/26 23:00:01 ahoka Exp $
+# $NetBSD: Makefile,v 1.12 2010/03/17 14:22:12 joerg Exp $
 #
 
 DISTNAME=      ht-2.0.14
@@ -15,7 +15,7 @@
 GNU_CONFIGURE=         YES
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bison lex
-USE_NCURSES=           # missing WA_BOLD and WA_NORMAL
+USE_NCURSES=           yes # missing WA_BOLD and WA_NORMAL
 
 LIBS+=                 -lm
 
diff -r 7408afee6ee1 -r 0ed84c2cef1e emulators/aliados/Makefile
--- a/emulators/aliados/Makefile        Wed Mar 17 14:17:02 2010 +0000
+++ b/emulators/aliados/Makefile        Wed Mar 17 14:17:38 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/03/03 19:21:37 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2010/03/17 14:17:38 joerg Exp $
 #
 
 DISTNAME=              aliados-0.1.1
@@ -15,7 +15,7 @@
 
 NO_CONFIGURE=          YES
 USE_LANGUAGES=         c++
-USE_NCURSES=           # tigetstr tparm setupterm
+USE_NCURSES=           yes # tigetstr tparm setupterm
 
 INSTALLATION_DIRS=     bin
 
diff -r 7408afee6ee1 -r 0ed84c2cef1e sysutils/clex/Makefile
--- a/sysutils/clex/Makefile    Wed Mar 17 14:17:02 2010 +0000
+++ b/sysutils/clex/Makefile    Wed Mar 17 14:17:38 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:46 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2010/03/17 14:17:49 joerg Exp $
 #
 
 DISTNAME=              clex-3.16
@@ -11,7 +11,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-USE_NCURSES=           # enter_{bold,reverse,underline}_mode
+USE_NCURSES=           yes # enter_{bold,reverse,underline}_mode
 GNU_CONFIGURE=         yes
 
 .include "../../devel/ncurses/buildlink3.mk"



Home | Main Index | Thread Index | Old Index