diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-10-14 17:54:50 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-10-14 17:54:50 +0000 |
commit | 604f4a294f1034ec1382f0c5ec14083e378aa323 (patch) | |
tree | bdc1f4347c3697cd59f7ff7443d410467bed9885 /science | |
parent | 91c557ad978e7bc83195ef729c4a7c5f8f2fa090 (diff) | |
download | freebsd-ports-604f4a294f1034ec1382f0c5ec14083e378aa323.zip |
Fix DEPENDS
Diffstat (limited to 'science')
-rw-r--r-- | science/libgeodecomp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/libgeodecomp/Makefile b/science/libgeodecomp/Makefile index 0fb36e113f53..fe9dc83bd2f7 100644 --- a/science/libgeodecomp/Makefile +++ b/science/libgeodecomp/Makefile @@ -3,7 +3,7 @@ PORTNAME= libgeodecomp PORTVERSION= 0.4.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= science devel MASTER_SITES= http://www.libgeodecomp.org/archive/ @@ -27,7 +27,7 @@ CMAKE_ARGS= -DWITH_CUDA:BOOL=FALSE -DWITH_VISIT:BOOL=FALSE \ OPTIONS_DEFINE= MPI SILO SCOTCH OPTIONS_DEFAULT= MPI SILO SCOTCH -MPI_LIB_DEPENDS= libmpich.so:net/mpich2 +MPI_LIB_DEPENDS= libmpich.so:net/mpich MPI_CMAKE_BOOL= WITH_MPI SILO_DESC= Enable Silo dependend output |