forked from Lainports/freebsd-ports
Remove a debug line from actual-package-depends
With hat: portmgr
This commit is contained in:
parent
0efaccce70
commit
c977e8cc17
1 changed files with 0 additions and 1 deletions
|
|
@ -61,7 +61,6 @@ find_dep() {
|
|||
;;
|
||||
esac
|
||||
if [ -n "${searchfile}" ]; then
|
||||
echo $(resolv_symlink ${searchfile}) >&2
|
||||
${PKG_BIN} which -q ${searchfile} || ${PKG_BIN} which -q "$(resolv_symlink ${searchfile} 2>/dev/null)" ||
|
||||
echo "actual-package-depends: dependency on ${searchfile} not registered (normal if it belongs to base)" >&2
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue