K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-07-05T14:10:55.722564Z K 7 svn:log V 421 Add new LIB_DEPENDS syntax: libname.so:${PORTSDIR}/devel/name libname.so.0.1.2:${PORTSDIR}/devel/name This syntax is support to replace the old syntax and code which has multiple weakness: It was replying on ldconfig -r which arbritrary limited our valid library to name of the following form: libname.so[.X] where X can be a number foo.3 could match both libfoo.3.do and libfoo.so.3 Reviewed by: bdrewery, danfe, miwi END