diff options
author | joerg <joerg@pkgsrc.org> | 2018-01-14 10:47:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2018-01-14 10:47:43 +0000 |
commit | 54eca9c96f67639981a18db1b14502a323f2a3f6 (patch) | |
tree | 2e9c3203dc7f5900bf149b80745bf552ec53536f /mk | |
parent | 23f687784775e9ccd0b411d4a4d9a3135dd18f5b (diff) | |
download | pkgsrc-54eca9c96f67639981a18db1b14502a323f2a3f6.tar.gz |
Add missing empty TEST_DEPENDS for the bootstrap case.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/pkgformat/pkg/depends.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkgformat/pkg/depends.mk b/mk/pkgformat/pkg/depends.mk index c866d1841df..34040f40407 100644 --- a/mk/pkgformat/pkg/depends.mk +++ b/mk/pkgformat/pkg/depends.mk @@ -1,4 +1,4 @@ -# $NetBSD: depends.mk,v 1.6 2018/01/13 12:48:57 joerg Exp $ +# $NetBSD: depends.mk,v 1.7 2018/01/14 10:47:43 joerg Exp $ # This command prints out the dependency patterns for all full (run-time) # dependencies of the package. @@ -71,7 +71,7 @@ _LIST_DEPENDS_CMD.bootstrap= \ ${PKGSRC_SETENV} AWK=${AWK:Q} PKG_ADMIN=${PKG_ADMIN:Q} \ PKGSRCDIR=${PKGSRCDIR:Q} PWD_CMD=${PWD_CMD:Q} SED=${SED:Q} \ ${SH} ${PKGSRCDIR}/mk/pkgformat/pkg/list-dependencies \ - " "${BOOTSTRAP_DEPENDS:Q} " " " " " " + " "${BOOTSTRAP_DEPENDS:Q} " " " " " " " " _LIST_DEPENDS_CMD.test= \ ${PKGSRC_SETENV} AWK=${AWK:Q} PKG_ADMIN=${PKG_ADMIN:Q} \ |