aboutsummaryrefslogtreecommitdiff
path: root/science/ecs
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/ecs
parent1c3882eba2f7b755e6a2bae7de6988a761cada8d (diff)
downloadports-5930109e8ef02d47e1be967f2448c6438b53cbac.tar.gz
ports-5930109e8ef02d47e1be967f2448c6438b53cbac.zip
Notes
Diffstat (limited to 'science/ecs')
-rw-r--r--science/ecs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/science/ecs/Makefile b/science/ecs/Makefile
index 883d4c0e2517..921fd9b391b0 100644
--- a/science/ecs/Makefile
+++ b/science/ecs/Makefile
@@ -67,11 +67,11 @@ MAN1= cs_io_dump.1 cs_partition.1 cs_preprocess-config.1 cs_preprocess.1
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/bin/partdmesh)
-# The regular metis is there, cannot depends on metis-edf
-LIB_DEPENDS+= metis.1:${PORTSDIR}/math/metis
+# The regular metis is present, so we cannot depend on metis-edf
+LIB_DEPENDS+= metis.1:${PORTSDIR}/math/metis4
.else
# Prefer metis-edf to avoid conflict with Code_Aster
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libmetis.a:${PORTSDIR}/math/metis-edf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/onmetis.exe:${PORTSDIR}/math/metis-edf
.endif
.if ${ARCH} == "i386"