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 /science/mbdyn | |
parent | 1c3882eba2f7b755e6a2bae7de6988a761cada8d (diff) | |
download | ports-5930109e8ef02d47e1be967f2448c6438b53cbac.tar.gz ports-5930109e8ef02d47e1be967f2448c6438b53cbac.zip |
Notes
Diffstat (limited to 'science/mbdyn')
-rw-r--r-- | science/mbdyn/Makefile | 4 |
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 |