summaryrefslogtreecommitdiff
path: root/time/devtodo
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-21 02:14:43 +0000
committerjlam <jlam>2001-06-21 02:14:43 +0000
commitbfb1e7b8a32b650d132e5777b4e2b5d74db396ed (patch)
tree6054faf38e7388a13877279fe7da53d7d6725fbf /time/devtodo
parent40ff33f8a482c6ba753d3a0714db48a7eb8683bf (diff)
downloadpkgsrc-bfb1e7b8a32b650d132e5777b4e2b5d74db396ed.tar.gz
Mark as USE_BUILDLINK_ONLY, and document the config.cache entry to prevent
detection of libcurses.
Diffstat (limited to 'time/devtodo')
-rw-r--r--time/devtodo/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/time/devtodo/Makefile b/time/devtodo/Makefile
index b3727686ea0..10fefa35e70 100644
--- a/time/devtodo/Makefile
+++ b/time/devtodo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/06/11 02:05:15 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2001/06/21 02:14:43 jlam Exp $
#
DISTNAME= devtodo-0.1.6-1
@@ -14,8 +14,10 @@ COMMENT= Display and manage a list of items that are outstanding
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+USE_BUILDLINK_ONLY= # defined
GNU_CONFIGURE= # defined
-CONFIGURE_ENV+= ac_cv_lib_ncurses_tputs=no
+
+# We don't need curses, just termcap.
CONFIGURE_ENV+= ac_cv_lib_curses_tputs=no
USE_GNU_READLINE= # uses rl_startup_hook()