diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-04 10:06:00 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-04 10:06:00 +0000 |
commit | 59de89b3220dab9cc0cef13e0390f22a015ff4d2 (patch) | |
tree | 928e393a8411fc09b3361e5c5f57d310b167f79f /Mk/bsd.port.mk | |
parent | 513acd20f07d6e5b416de3ae47dae10d027ded00 (diff) | |
download | ports-59de89b3220dab9cc0cef13e0390f22a015ff4d2.tar.gz ports-59de89b3220dab9cc0cef13e0390f22a015ff4d2.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 417e5c03a73b..3fec1fc0cb71 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3154,6 +3154,7 @@ PACKAGE-DEPENDS-LIST= \ if (${ECHO} $$checked | ${GREP} -qwv "$$dir"); then \ childout=$$(cd $$dir; ${MAKE} CHILD_DEPENDS=yes PARENT_CHECKED="$$checked" package-depends-list); \ set -- $$childout; \ + childname=""; childdir=""; \ while [ $$\# != 0 ]; do \ childname="$$childname $$1"; \ childdir="$$childdir $$2"; \ |