diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-03-15 06:04:53 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-03-15 06:04:53 +0000 |
commit | ef248715804dc63be085ef33eb4be1bd57039080 (patch) | |
tree | 81ac442cd67906fb6ea84243b777a8a155d96876 /math | |
parent | 71954f402bc442520ae839c045ae245c1b6e03a8 (diff) | |
download | ports-ef248715804dc63be085ef33eb4be1bd57039080.tar.gz ports-ef248715804dc63be085ef33eb4be1bd57039080.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/mumps-mpich/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mumps-mpich/Makefile b/math/mumps-mpich/Makefile index 1035990503c8..3c75598b31b8 100644 --- a/math/mumps-mpich/Makefile +++ b/math/mumps-mpich/Makefile @@ -9,4 +9,4 @@ MASTERDIR= ${.CURDIR}/../mumps WITH_MPI= yes -.include "${MASTERDIR}/Makefile" +.include "../mumps/Makefile" |