diff options
author | matthew <matthew@FreeBSD.org> | 2012-02-10 17:33:05 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2012-02-10 17:33:05 +0800 |
commit | 33fd28004b675e31ee8773a15f2920879601f6f5 (patch) | |
tree | 8842b6446267fa3990ad813e3a95917bab6d7dcb /math | |
parent | 1d08442e17bbc5a658e75c32d79c7b88a5da04cf (diff) | |
download | freebsd-ports-gnome-33fd28004b675e31ee8773a15f2920879601f6f5.tar.gz freebsd-ports-gnome-33fd28004b675e31ee8773a15f2920879601f6f5.tar.zst freebsd-ports-gnome-33fd28004b675e31ee8773a15f2920879601f6f5.zip |
Fix the two affected ports
PR: 163963
Approved by: maho (maintainer) shaun (mentor)
Diffstat (limited to 'math')
-rw-r--r-- | math/spooles-mpich/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/spooles-mpich/Makefile b/math/spooles-mpich/Makefile index 2a2b1b00a875..84b208378a25 100644 --- a/math/spooles-mpich/Makefile +++ b/math/spooles-mpich/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../spooles/ +MASTERDIR= ${.CURDIR}/../spooles WITH_MPI= yes .include "${MASTERDIR}/Makefile" |