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 | |
parent | 1c3882eba2f7b755e6a2bae7de6988a761cada8d (diff) | |
download | ports-5930109e8ef02d47e1be967f2448c6438b53cbac.tar.gz ports-5930109e8ef02d47e1be967f2448c6438b53cbac.zip |
Notes
Diffstat (limited to 'cad/salome')
-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 |