summaryrefslogtreecommitdiff
path: root/time/devtodo
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-07-15 02:02:17 +0000
committerryoon <ryoon@pkgsrc.org>2013-07-15 02:02:17 +0000
commit818a5e8745dff4beadc0fe8aa4f56c71c53ea650 (patch)
tree7082cd8bccd6e4c222c7d1017f6c4896abcadef6 /time/devtodo
parente221de4390166c39bc8b5b1a7496333f0650a731 (diff)
downloadpkgsrc-818a5e8745dff4beadc0fe8aa4f56c71c53ea650.tar.gz
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
Diffstat (limited to 'time/devtodo')
-rw-r--r--time/devtodo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/devtodo/Makefile b/time/devtodo/Makefile
index 82f27b5c8cc..3ffb080e101 100644
--- a/time/devtodo/Makefile
+++ b/time/devtodo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2013/04/06 13:24:20 rodent Exp $
+# $NetBSD: Makefile,v 1.32 2013/07/15 02:02:29 ryoon Exp $
DISTNAME= devtodo-0.1.20
PKGREVISION= 3
@@ -11,7 +11,6 @@ COMMENT= Display and manage a list of items that are outstanding
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_GNU_READLINE= # uses rl_startup_hook()
GNU_CONFIGURE= yes
EGDIR= ${PREFIX}/share/examples/devtodo
@@ -30,5 +29,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/contrib/${cfile} ${DESTDIR}${EGDIR}
.endfor
+# uses rl_startup_hook()
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"