1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

lib-depends: Don't show "- not found" on a new line.

With hat:	portmgr
This commit is contained in:
Bryan Drewery 2014-06-05 01:08:26 +00:00
parent fbb825239e
commit adf44e394f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356561

View File

@ -5012,7 +5012,6 @@ lib-depends:
found=1 ; \
${ECHO_MSG} -n " - found ($${_LIB_FILE})"; \
done ; \
${ECHO_MSG}; \
if [ $${found} -eq 0 ]; then \
${ECHO_MSG} " - not found"; \
${ECHO_MSG} "===> Verifying for $$lib in $$dir"; \
@ -5021,6 +5020,8 @@ lib-depends:
else \
${_INSTALL_DEPENDS} \
fi ; \
else \
${ECHO_MSG}; \
fi ; \
done
@set -e ; for i in ${LIB_DEPENDS:N*.so*\:*}; do \