summaryrefslogtreecommitdiff
path: root/time/devtodo
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-10 00:08:41 +0000
committerjlam <jlam@pkgsrc.org>2001-06-10 00:08:41 +0000
commit3bc5e40254426847ecde2acbbfab3d3fbc8e20a6 (patch)
tree0838924d49f3defeb8bcbef3b48f5456d0570a78 /time/devtodo
parentbbec7d214062528a54ab29394f673c001a251e76 (diff)
downloadpkgsrc-3bc5e40254426847ecde2acbbfab3d3fbc8e20a6.tar.gz
Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
Diffstat (limited to 'time/devtodo')
-rw-r--r--time/devtodo/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/time/devtodo/Makefile b/time/devtodo/Makefile
index c87feaa0752..1d401d10062 100644
--- a/time/devtodo/Makefile
+++ b/time/devtodo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/05/29 05:48:56 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2001/06/10 00:08:48 jlam Exp $
#
DISTNAME= devtodo-0.1.6-1
@@ -25,6 +25,4 @@ USE_GNU_READLINE= # uses rl_startup_hook()
CXXFLAGS+= -I${BUILDLINK_INCDIR}
LDFLAGS+= -L${BUILDLINK_LIBDIR}
-pre-configure: ${BUILDLINK_TARGETS}
-
.include "../../mk/bsd.pkg.mk"