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 /cad/salome/Makefile.ext | |
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 'cad/salome/Makefile.ext')
-rw-r--r-- | cad/salome/Makefile.ext | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/salome/Makefile.ext b/cad/salome/Makefile.ext index 2d440c1fe0c3..a7cb5f0b1de5 100644 --- a/cad/salome/Makefile.ext +++ b/cad/salome/Makefile.ext @@ -231,9 +231,9 @@ BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/PyQt4/QtXml.so:${PORTSDIR}/textproc/py-qt4 #Dependency from metis & scotsch .if ${SAL_MODULE} == "med" -. if exists(${LOCALBASE}/bin/graphchk) -BUILD_DEPENDS+= kmetis:${PORTSDIR}/math/metis -RUN_DEPENDS+= kmetis:${PORTSDIR}/math/metis +. if exists(${LOCALBASE}/bin/oemetis) +BUILD_DEPENDS+= kmetis:${PORTSDIR}/math/metis4 +RUN_DEPENDS+= kmetis:${PORTSDIR}/math/metis4 . else BUILD_DEPENDS+= kmetis:${PORTSDIR}/math/metis-edf RUN_DEPENDS+= kmetis:${PORTSDIR}/math/metis-edf |