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 | |
parent | 1c3882eba2f7b755e6a2bae7de6988a761cada8d (diff) |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/calculix/Makefile | 3 | ||||
-rw-r--r-- | cad/salome/Makefile.ext | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/cad/calculix/Makefile b/cad/calculix/Makefile index 14e73fdb595f..1321f19e9632 100644 --- a/cad/calculix/Makefile +++ b/cad/calculix/Makefile @@ -7,6 +7,7 @@ PORTNAME= CalculiX PORTVERSION= 2.4 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://www.dhondt.de/ DISTFILES= ${DIST_SOURCES} @@ -30,7 +31,7 @@ COMMENT= A Three-Dimensional Structural Finite Element Program LIB_DEPENDS= arpack.1:${PORTSDIR}/math/arpack \ spooles.1:${PORTSDIR}/math/spooles \ - metis.1:${PORTSDIR}/math/metis \ + metis.1:${PORTSDIR}/math/metis4 \ taucs.1:${PORTSDIR}/math/taucs USE_BZIP2= yes 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 |