pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/pkgformat/pkg Don't include TEST_DEPENDS in the nor...
details: https://anonhg.NetBSD.org/pkgsrc/rev/006bf0e89039
branches: trunk
changeset: 374541:006bf0e89039
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Jan 25 00:34:27 2018 +0000
description:
Don't include TEST_DEPENDS in the normal dependency reduction run.
diffstat:
mk/pkgformat/pkg/depends.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5f7bcf8ac598 -r 006bf0e89039 mk/pkgformat/pkg/depends.mk
--- a/mk/pkgformat/pkg/depends.mk Thu Jan 25 00:33:56 2018 +0000
+++ b/mk/pkgformat/pkg/depends.mk Thu Jan 25 00:34:27 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: depends.mk,v 1.7 2018/01/14 10:47:43 joerg Exp $
+# $NetBSD: depends.mk,v 1.8 2018/01/25 00:34:27 joerg Exp $
# This command prints out the dependency patterns for all full (run-time)
# dependencies of the package.
@@ -62,7 +62,7 @@
PKGSRCDIR=${PKGSRCDIR:Q} PWD_CMD=${PWD_CMD:Q} SED=${SED:Q} \
${SH} ${PKGSRCDIR}/mk/pkgformat/pkg/list-dependencies \
" "${BOOTSTRAP_DEPENDS:Q} \
- " "${TEST_DEPENDS:Q} \
+ " " \
" "${TOOL_DEPENDS:Q} \
" "${BUILD_DEPENDS:Q} \
" "${DEPENDS:Q}
Home |
Main Index |
Thread Index |
Old Index