View | Details | Raw Unified | Return to bug 213413
Collapse All | Expand All

(-)bsd.port.mk (-1 / +2 lines)
Lines 4817-4823 Link Here
4817
.if !target(config-recursive)
4817
.if !target(config-recursive)
4818
config-recursive:
4818
config-recursive:
4819
	@${ECHO_MSG} "===> Setting user-specified options for ${PKGNAME} and dependencies";
4819
	@${ECHO_MSG} "===> Setting user-specified options for ${PKGNAME} and dependencies";
4820
	@for dir in ${.CURDIR} $$(${ALL-DEPENDS-LIST}); do \
4820
	${MAKE} config-conditional;
4821
	@for dir in $$(${MAKE} all-depends-list); do \
4821
		(cd $$dir; ${MAKE} config-conditional); \
4822
		(cd $$dir; ${MAKE} config-conditional); \
4822
	done
4823
	done
4823
.endif # config-recursive
4824
.endif # config-recursive

Return to bug 213413