diff options
author | seb <seb@pkgsrc.org> | 2004-07-31 12:24:02 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-07-31 12:24:02 +0000 |
commit | f379af9eea218e638c45e8853130152a8cf537c7 (patch) | |
tree | 93869845e02779763d437114f64a3739b2212807 /mk | |
parent | 5ca72aa27ee7502e2f79550e88eec2c9a0809604 (diff) | |
download | pkgsrc-f379af9eea218e638c45e8853130152a8cf537c7.tar.gz |
Garbage collect NO_CHECK_DEPENDS: it is meaningless since revision 1.942.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
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 |