summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/ht/Makefile4
-rw-r--r--emulators/aliados/Makefile4
-rw-r--r--sysutils/clex/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/ht/Makefile b/devel/ht/Makefile
index 2a28b94d7de..680f96dea38 100644
--- a/devel/ht/Makefile
+++ b/devel/ht/Makefile
@@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir
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 --git a/emulators/aliados/Makefile b/emulators/aliados/Makefile
index 09cc603a88b..894f84ee609 100644
--- a/emulators/aliados/Makefile
+++ b/emulators/aliados/Makefile
@@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir
NO_CONFIGURE= YES
USE_LANGUAGES= c++
-USE_NCURSES= # tigetstr tparm setupterm
+USE_NCURSES= yes # tigetstr tparm setupterm
INSTALLATION_DIRS= bin
diff --git a/sysutils/clex/Makefile b/sysutils/clex/Makefile
index e9267ad82dc..3b838f922cb 100644
--- a/sysutils/clex/Makefile
+++ b/sysutils/clex/Makefile
@@ -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 @@ COMMENT= File manager with a full-screen user interface
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"