diff options
Diffstat (limited to 'science/mbdyn/Makefile')
-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 |