K 10 svn:author V 6 marino K 8 svn:date V 27 2014-09-30T17:39:25.431703Z K 7 svn:log V 481 Unbreak math/parmetis everywhere except FreeBSD 8 There were two issues with the previous commit. - LDFLAGS wsa missing -L argument for libc++ - The libc++.so file is not actually a library, it's a linker script. Specifying libc++.so in LIB_DEPENDS causes the port to fail when it tries to install libc++ twice since it fails to recognize libc++.so as a library. This doesn't fix FreeBSD breakage because it seems that it's missing the C99 math function symbols. END