diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-06-05 01:08:26 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-06-05 01:08:26 +0000 |
commit | adf44e394f1432f97dfd0ffc807efbe48e739610 (patch) | |
tree | 0dfae7a2d513e452d10959a062f896cd8bfdafdd /Mk/bsd.port.mk | |
parent | fbb825239e207d2c89a5330800ab6aa5852d6c92 (diff) |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index f36d1c2b2b4b..e83450c37b3a 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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 \ |