Fix formatting when finding shared library with new LIB_DEPENDS format

Reported by:	mandree
This commit is contained in:
Baptiste Daroussin 2013-07-29 20:09:21 +00:00
parent 06dfc67712
commit 95b64b8a5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323902

View file

@ -5017,7 +5017,7 @@ lib-depends:
dir=$${i#*:} ; \
target="${DEPENDS_TARGET}"; \
depends_args="${DEPENDS_ARGS}"; \
${ECHO_MSG} -n "====> ${PKGNAME} depends on shared library: $${lib}:" ; \
${ECHO_MSG} -n "===> ${PKGNAME} depends on shared library: $${lib}:" ; \
found=0 ; \
dirs="${LIB_DIRS} `${CAT} ${LOCALBASE}/libdata/ldconfig/* 2>/dev/null || : `" ; \
for libdir in $$dirs; do \