git: f9eddf3e0326 - main - net/openmpi: fix SLURM dependency

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Tue, 04 Nov 2025 08:44:53 UTC
The branch main has been updated by thierry:

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

commit f9eddf3e03269752cdd5e90944851bc833a1410c
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2025-11-04 08:41:44 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2025-11-04 08:44:50 +0000

    net/openmpi: fix SLURM dependency
    
    PR:             290741
    Reported by:    fluffy
---
 net/openmpi/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile
index 14dc864a009b..2177391b7005 100644
--- a/net/openmpi/Makefile
+++ b/net/openmpi/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	openmpi
 DISTVERSION=	5.0.9
+PORTREVISION=	1
 CATEGORIES=	net parallel
 MASTER_SITES=	https://download.open-mpi.org/release/open-mpi/v${DISTVERSION:R}/
 
@@ -86,6 +87,7 @@ IPV6_CONFIGURE_ENABLE=	ipv6
 ROMIO_CONFIGURE_OFF=	--disable-io-romio
 
 SLURM_CONFIGURE_WITH=	slurm
+SLURM_LIB_DEPENDS=	libslurm.so:sysutils/slurm-wlm
 
 .include <bsd.port.pre.mk>