summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-05 18:44:43 +0000
committerjoerg <joerg>2009-02-05 18:44:43 +0000
commit703611d1e1998efc868fe6b13c6ba2d41e243d9a (patch)
tree2acc7d3a118717fbe8060e70cb52f773e60d8510 /mk
parent9a82d64c1907735ba7a345ec4e1b7407fe3f770e (diff)
downloadpkgsrc-703611d1e1998efc868fe6b13c6ba2d41e243d9a.tar.gz
Don't skip the pax dependency. It has been registered as part of the
bootstrap for a long time. As it is no longer a bootstrap part, the dependency is required.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/replace.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk
index 87e1fcd3277..b4bee30b54c 100644
--- a/mk/tools/replace.mk
+++ b/mk/tools/replace.mk
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.217 2008/12/23 22:34:26 dsl Exp $
+# $NetBSD: replace.mk,v 1.218 2009/02/05 18:44:43 joerg Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -746,11 +746,7 @@ TOOLS_PATH.shlock= ${TOOLS_PREFIX.shlock}/bin/shlock
. if !empty(PKGPATH:Marchivers/pax)
MAKEFLAGS+= TOOLS_IGNORE.tar=
. elif !empty(_TOOLS_USE_PKGSRC.tar:M[yY][eE][sS])
-#
-# This is installed by pkgsrc bootstrap, and is never registered, so
-# comment out the dependency on it.
-#
-#TOOLS_DEPENDS.tar?= pax>=20040802:../../archivers/pax
+TOOLS_DEPENDS.tar?= pax>=20040802:../../archivers/pax
TOOLS_CREATE+= tar
TOOLS_FIND_PREFIX+= TOOLS_PREFIX.tar=pax
TOOLS_PATH.tar= ${TOOLS_PREFIX.tar}/bin/tar