diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-30 04:09:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-30 04:09:21 +0800 |
commit | 2d328ea4d9de50b98d6aff1813e74cc2a8ede3d3 (patch) | |
tree | 81c4b3b22ef287a77d5b793e24f92a4d3d909a3a /Mk | |
parent | 19e34d5e5b20df5f3245c930b43c6c83d8946ef8 (diff) | |
download | freebsd-ports-gnome-2d328ea4d9de50b98d6aff1813e74cc2a8ede3d3.tar.gz freebsd-ports-gnome-2d328ea4d9de50b98d6aff1813e74cc2a8ede3d3.tar.zst freebsd-ports-gnome-2d328ea4d9de50b98d6aff1813e74cc2a8ede3d3.zip |
Fix formatting when finding shared library with new LIB_DEPENDS format
Reported by: mandree
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index b6f28c014a6c..98003981d575 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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 \ |