diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-29 20:09:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-29 20:09:21 +0000 |
commit | 95b64b8a5a0a0199661de76a4f6ebea7dc146df6 (patch) | |
tree | 81c4b3b22ef287a77d5b793e24f92a4d3d909a3a /Mk | |
parent | 06dfc67712228d439924d8f646e55c2ebf3760b2 (diff) | |
download | ports-95b64b8a5a0a0199661de76a4f6ebea7dc146df6.tar.gz ports-95b64b8a5a0a0199661de76a4f6ebea7dc146df6.zip |
Notes
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 \ |