diff options
author | snj <snj@pkgsrc.org> | 2005-06-01 02:40:43 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2005-06-01 02:40:43 +0000 |
commit | bd3f51fc76d0f6304975cdbf121b5ce922ada51a (patch) | |
tree | 9dea6c202f5bf2b80415129dcc8312cea082fe85 /time/devtodo/Makefile | |
parent | f2022c131998ed43dddeec6e5eb19e19fc95e618 (diff) | |
download | pkgsrc-bd3f51fc76d0f6304975cdbf121b5ce922ada51a.tar.gz |
Update to 0.1.18. Changes:
* Added --purge [<days-old>] option which lets you purge old completed items.
* Can now use force-colour in the todorc.
* Various patches from Debian and Gentoo maintainers applied. These fix
compiler errors on recent GCC versions, uncaught exception when TERM is not
set, a few man page issues, issues with the BASH scripts and miscellaneous
other things.
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 |