summaryrefslogtreecommitdiff
path: root/mk/buildlink3
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-04 21:04:45 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-04 21:04:45 +0000
commitef19a5e7db7275751e2c11139301ed7d35cb3afb (patch)
tree2e6adcd5af426ca9e83e967ea40ea1e5d1d20797 /mk/buildlink3
parent964d14766a32a3f5dcd515453278a4ee7e35101b (diff)
downloadpkgsrc-ef19a5e7db7275751e2c11139301ed7d35cb3afb.tar.gz
Band-aid for dependency handling due to the stricter rules from the
dependency cookie. We now want all dependencies in the default phase, since depends is run before/outside real-extract. This can be seen e.g. by textproc/troffcvt, which has a build dependency in a build dependency. Discussed and tested with seb@.
Diffstat (limited to 'mk/buildlink3')
-rw-r--r--mk/buildlink3/bsd.buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/buildlink3/bsd.buildlink3.mk b/mk/buildlink3/bsd.buildlink3.mk
index 9ddff01c446..0ef41935872 100644
--- a/mk/buildlink3/bsd.buildlink3.mk
+++ b/mk/buildlink3/bsd.buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.buildlink3.mk,v 1.175 2006/05/06 03:28:44 reed Exp $
+# $NetBSD: bsd.buildlink3.mk,v 1.176 2006/06/04 21:04:45 joerg Exp $
#
# Copyright (c) 2004 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -168,7 +168,7 @@ BUILDLINK_DEPMETHOD.${_pkg_}?= full
#
_BLNK_PHASES_SKIP_DEPENDS= fetch patch tools buildlink configure \
build test
-_BLNK_PHASES_RECURSIVE_DEPENDS= extract
+_BLNK_PHASES_RECURSIVE_DEPENDS= extract none
.if !empty(_BLNK_PHASES_SKIP_DEPENDS:M${PKG_PHASE})
_BLNK_DEPENDS_LIST= # empty
.elif !empty(_BLNK_PHASES_RECURSIVE_DEPENDS:M${PKG_PHASE})