diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-21 02:14:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-21 02:14:43 +0000 |
commit | 128d58498f45bcb2abc14eb9e95e71cfd7ed8fb8 (patch) | |
tree | 6054faf38e7388a13877279fe7da53d7d6725fbf /time/devtodo | |
parent | c9a92461106f3da12d107356c655854d0c3b48d3 (diff) | |
download | pkgsrc-128d58498f45bcb2abc14eb9e95e71cfd7ed8fb8.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/Makefile | 6 |
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() |