summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-03-08 13:21:37 +0000
committerjoerg <joerg@pkgsrc.org>2010-03-08 13:21:37 +0000
commit7b8fab51b683733dba0fe44e53cb8c1a5ad4161f (patch)
treeb421d85f56ca8056dcac1e236ebd682f3c846dac
parenta938077f78a6767ae1a9f49fec2171c783e8d8be (diff)
downloadpkgsrc-7b8fab51b683733dba0fe44e53cb8c1a5ad4161f.tar.gz
USE_NCURSES= # emtpy -> USE_NCURSES=yes
-rw-r--r--devel/cdk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile
index 4b0e6e0a55a..506a5bf28e9 100644
--- a/devel/cdk/Makefile
+++ b/devel/cdk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2008/12/08 17:24:19 tnn Exp $
+# $NetBSD: Makefile,v 1.34 2010/03/08 13:21:37 joerg Exp $
#
DISTNAME= latestCDK
@@ -15,7 +15,7 @@ COMMENT= Curses Development Kit
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-USE_NCURSES= # uses ncurses internals
+USE_NCURSES= yes # uses ncurses internals
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= autoconf213