diff options
Diffstat (limited to 'time/devtodo/Makefile')
-rw-r--r-- | time/devtodo/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/time/devtodo/Makefile b/time/devtodo/Makefile index 037017df147..136a10f69f4 100644 --- a/time/devtodo/Makefile +++ b/time/devtodo/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2005/04/11 21:47:44 tv Exp $ -# +# $NetBSD: Makefile,v 1.23 2005/06/01 02:40:43 snj Exp $ -DISTNAME= devtodo-0.1.17 -PKGREVISION= 1 +DISTNAME= devtodo-0.1.18 CATEGORIES= time MASTER_SITES= http://swapoff.org/files/devtodo/ @@ -10,10 +8,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://swapoff.org/DevTodo COMMENT= Display and manage a list of items that are outstanding -USE_LIBTOOL= # defined -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +USE_LIBTOOL= YES -GNU_CONFIGURE= # defined +GNU_CONFIGURE= YES # We don't need curses, just termcap. CONFIGURE_ENV+= ac_cv_lib_curses_tputs=no |