diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-07-09 11:11:44 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-07-09 11:11:44 +0000 |
commit | 5930109e8ef02d47e1be967f2448c6438b53cbac (patch) | |
tree | d5955a0f99e2e4b6d189f4fc466e0b90a59f82d6 /math/mumps | |
parent | - Add patch to fix installation without NLS (diff) |
add math/metis4 to math/Makefile; update math/metis to 5.0.2; add appropriate
CONFLICTS, LATEST_LINK, and PORTSCOUT; adjust dependent ports; explicitly
note the restrictive license of the metis ports (while here, append the MPI port to
*DEPENDS in math/parmetis, rather than using an assignment)
PR: 169578
Diffstat (limited to 'math/mumps')
-rw-r--r-- | math/mumps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mumps/Makefile b/math/mumps/Makefile index 803bdad04f0a..6ddf1c522678 100644 --- a/math/mumps/Makefile +++ b/math/mumps/Makefile @@ -43,7 +43,7 @@ FFLAGS+= -O3 -ffast-math .endif .ifdef WITH_METIS -BUILD_DEPENDS+= ${LOCALBASE}/lib/libmetis.a:${PORTSDIR}/math/metis +BUILD_DEPENDS+= ${LOCALBASE}/bin/oemetis:${PORTSDIR}/math/metis4 MAKE_ENV+= ORDERINGSF=-Dmetis .endif |