K 10 svn:author V 6 marino K 8 svn:date V 27 2013-12-27T22:56:50.351297Z K 7 svn:log V 435 math/parmetis: Unbreak on FreeBSD 10+ ParMetis requires both cmake and gmake. Apparently gmake sets ${MAKE} to value of "make" if undefined, and this causes the bmake to be launched for subdirectories rather than gmake. That's the cause of the build failure for FreeBSD 10+. The eventual fix using MAKE_ARGS took me hours to figure out, this drove me crazy! Fix covered by portmgr general blanket for ports modernization (bmake). END