git: 4138df6dc0c0 - main - science/lammps: fix LIB_DEPENDS

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Tue, 10 Jan 2023 22:50:02 UTC
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4138df6dc0c0b99587d9395bc2ca4fc22f766b42

commit 4138df6dc0c0b99587d9395bc2ca4fc22f766b42
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-01-10 22:49:44 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-01-10 22:49:44 +0000

    science/lammps: fix LIB_DEPENDS
---
 science/lammps/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/science/lammps/Makefile b/science/lammps/Makefile
index df87211d0985..44cc90b0d31b 100644
--- a/science/lammps/Makefile
+++ b/science/lammps/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lammps
 PORTVERSION=	${GH_TAGNAME:C/(stable|patch)_([0-9]{1,2})([A-Z][a-z][a-z])([0-9]{4})/\4.\3.\2/S/Jan/01/S/Feb/02/S/Mar/03/S/Apr/04/S/May/05/S/Jun/06/S/Jul/07/S/Aug/08/S/Sep/09/S/Oct/10/S/Nov/11/S/Dec/12/S/_update/./}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -63,7 +63,7 @@ EXCEPTIONS_DESC=	Enable the use of C++ exceptions
 EXCEPTIONS_CMAKE_BOOL=	LAMMPS_EXCEPTIONS
 
 MPI_CMAKE_BOOL=		BUILD_MPI PKG_MPIIO
-MPI_LIB_DEPENDS=	libmpi.so:net/mpich
+MPI_LIB_DEPENDS=	libmpi.so:net/openmpi
 MPI_USES=		compiler:c11
 
 FFMPEG_CMAKE_BOOL=	WITH_FFMPEG