diff options
-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" |