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 /math/mumps | |
parent | 1c3882eba2f7b755e6a2bae7de6988a761cada8d (diff) | |
download | ports-5930109e8ef02d47e1be967f2448c6438b53cbac.tar.gz ports-5930109e8ef02d47e1be967f2448c6438b53cbac.zip |
Notes
Diffstat (limited to 'math/mumps')
-rw-r--r-- | math/mumps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mumps/Makefile b/math/mumps/Makefile index 803bdad04f0a..6ddf1c522678 100644 --- a/math/mumps/Makefile +++ b/math/mumps/Makefile @@ -43,7 +43,7 @@ FFLAGS+= -O3 -ffast-math .endif .ifdef WITH_METIS -BUILD_DEPENDS+= ${LOCALBASE}/lib/libmetis.a:${PORTSDIR}/math/metis +BUILD_DEPENDS+= ${LOCALBASE}/bin/oemetis:${PORTSDIR}/math/metis4 MAKE_ENV+= ORDERINGSF=-Dmetis .endif |