summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2004-07-31 12:24:02 +0000
committerseb <seb@pkgsrc.org>2004-07-31 12:24:02 +0000
commitf45e88010225c67016899a56f15ab547da8d0006 (patch)
tree93869845e02779763d437114f64a3739b2212807 /mk
parent69170b8d8cea7e2cf273cd4e565e84220a4d3727 (diff)
downloadpkgsrc-f45e88010225c67016899a56f15ab547da8d0006.tar.gz
Garbage collect NO_CHECK_DEPENDS: it is meaningless since revision 1.942.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index dbb8cdd3326..41aa1edbbba 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1480 2004/07/27 15:56:19 xtraeme Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1481 2004/07/31 12:24:02 seb Exp $
#
# This file is in the public domain.
#
@@ -3514,7 +3514,7 @@ real-su-undo-replace:
.PHONY: mirror-distfiles
mirror-distfiles:
.if !defined(NO_SRC_ON_FTP)
- @${_PKG_SILENT}${_PKG_DEBUG}${MAKE} ${MAKEFLAGS} fetch NO_SKIP=yes NO_CHECK_DEPENDS=yes
+ @${_PKG_SILENT}${_PKG_DEBUG}${MAKE} ${MAKEFLAGS} fetch NO_SKIP=yes
.endif