K 10 svn:author V 6 marino K 8 svn:date V 27 2014-03-13T23:46:25.824658Z K 7 svn:log V 296 Tie libgnat_util.a to libasis Rather than specify gnat_util every time ASIS is a dependency, set it as a library dependency for ASIS. LIB_DEPENDS doesn't work because it is a static library, so just manually add libgnat_util.a to BUILD_DEPENDS and RUN_DEPENDS, then adjust 3 ports accordingly. END