Brought to my attention in a private conversation:
Is there any reason this shouldn't be port-lib-depends-check?
bsd.port.mk(5) prefers port-lib-depends-check. Also,
lib-depends-check can't be run before package whereas
port-lib-depends-check can.
OK?
~Brian
Index: testing.html
===================================================================
RCS file: /cvs/www/faq/ports/testing.html,v
retrieving revision 1.21
diff -u -p -r1.21 testing.html
--- testing.html 1 Dec 2014 09:59:33 -0000 1.21
+++ testing.html 31 Mar 2015 21:43:32 -0000
@@ -199,7 +199,7 @@ $ <b>for ms in $(make show=MASTER_SITES)
and permissions.
</ul>
- <li><i>lib-depends-check</i>
+ <li><i>port-lib-depends-check</i>
<ul>
<li>This will check whether all libraries on which the port depends
can be reached through either <tt>LIB_DEPENDS</tt> or
<tt>WANTLIB</tt>.