summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorryoon <ryoon>2013-07-15 02:02:17 +0000
committerryoon <ryoon>2013-07-15 02:02:17 +0000
commitfd8c019229d4b29e8e415f22be25569d8ab78010 (patch)
tree7082cd8bccd6e4c222c7d1017f6c4896abcadef6 /time
parente630d8b83638d5a20b11327b52b062465bc057c0 (diff)
downloadpkgsrc-fd8c019229d4b29e8e415f22be25569d8ab78010.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')
-rw-r--r--time/devtodo/Makefile4
-rw-r--r--time/tdl/Makefile3
2 files changed, 3 insertions, 4 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"
diff --git a/time/tdl/Makefile b/time/tdl/Makefile
index ba33b1fd439..2ad1c6b45a3 100644
--- a/time/tdl/Makefile
+++ b/time/tdl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/10/08 13:04:29 asau Exp $
+# $NetBSD: Makefile,v 1.4 2013/07/15 02:02:29 ryoon Exp $
DISTNAME= tdl-1.5.2
PKGREVISION= 1
@@ -10,7 +10,6 @@ HOMEPAGE= http://www.rpcurnow.force9.co.uk/tdl/
COMMENT= Todo list manager with tons of features
HAS_CONFIGURE= YES
-USE_GNU_READLINE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}
.include "../../mk/bsd.prefs.mk"