svn commit: r552350 - head/science/libgeodecomp

Antoine Brodin antoine at FreeBSD.org
Wed Oct 14 17:54:51 UTC 2020


Author: antoine
Date: Wed Oct 14 17:54:50 2020
New Revision: 552350
URL: https://svnweb.freebsd.org/changeset/ports/552350

Log:
  Fix DEPENDS

Modified:
  head/science/libgeodecomp/Makefile

Modified: head/science/libgeodecomp/Makefile
==============================================================================
--- head/science/libgeodecomp/Makefile	Wed Oct 14 17:53:05 2020	(r552349)
+++ head/science/libgeodecomp/Makefile	Wed Oct 14 17:54:50 2020	(r552350)
@@ -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=
 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


More information about the svn-ports-all mailing list