diff options
author | maho <maho@FreeBSD.org> | 2004-10-19 10:10:31 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-10-19 10:10:31 +0800 |
commit | a68994a4d9e503badede3ca3106ef6cecc3f1b20 (patch) | |
tree | 62d71a49be7403bd84a1cf8b394616f4b02c3edd /math | |
parent | ac83c6ac61b173e6cf5a71372f5dfac80402b349 (diff) | |
download | freebsd-ports-gnome-a68994a4d9e503badede3ca3106ef6cecc3f1b20.tar.gz freebsd-ports-gnome-a68994a4d9e503badede3ca3106ef6cecc3f1b20.tar.zst freebsd-ports-gnome-a68994a4d9e503badede3ca3106ef6cecc3f1b20.zip |
USE_MPI->WITH_MPI and other fix
PR: 72216
Submitted by: thierry@
Diffstat (limited to 'math')
-rw-r--r-- | math/spooles-mpich/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/spooles-mpich/Makefile b/math/spooles-mpich/Makefile index 00699ab0b3c6..2a2b1b00a875 100644 --- a/math/spooles-mpich/Makefile +++ b/math/spooles-mpich/Makefile @@ -6,8 +6,6 @@ # MASTERDIR= ${.CURDIR}/../spooles/ -USE_MPI= YES +WITH_MPI= yes .include "${MASTERDIR}/Makefile" - -PKGNAMESUFFIX= -mpich |