aboutsummaryrefslogtreecommitdiff
path: root/science/mbdyn
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2012-07-09 11:11:44 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2012-07-09 11:11:44 +0000
commit5930109e8ef02d47e1be967f2448c6438b53cbac (patch)
treed5955a0f99e2e4b6d189f4fc466e0b90a59f82d6 /science/mbdyn
parent1c3882eba2f7b755e6a2bae7de6988a761cada8d (diff)
downloadports-5930109e8ef02d47e1be967f2448c6438b53cbac.tar.gz
ports-5930109e8ef02d47e1be967f2448c6438b53cbac.zip
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
Notes
Notes: svn path=/head/; revision=300666
Diffstat (limited to 'science/mbdyn')
-rw-r--r--science/mbdyn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/mbdyn/Makefile b/science/mbdyn/Makefile
index 87b4f36fe46d..2bcf129fbaa2 100644
--- a/science/mbdyn/Makefile
+++ b/science/mbdyn/Makefile
@@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --with-mpi=no
.endif
.if defined(WITH_METIS)
-LIB_DEPENDS+= metis:${PORTSDIR}/math/metis
+LIB_DEPENDS+= metis.1:${PORTSDIR}/math/metis4
CONFIGURE_ARGS+= --with-metis=yes
CPPFLAGS+= -I${LOCALBASE}/include/metis
.else
@@ -82,7 +82,7 @@ CONFIGURE_ARGS+= --with-chaco=no
.endif
.if defined(WITH_GINAC)
-LIB_DEPENDS+= metis:${PORTSDIR}/math/metis \
+LIB_DEPENDS+= metis.1:${PORTSDIR}/math/metis4 \
ginac:${PORTSDIR}/math/GiNaC
CONFIGURE_ARGS+= --with-ginac=yes
CPPFLAGS+= -I${LOCALBASE}/include/metis