git: a8590133f369 - 2024Q2 - sysutils/slurm-wlm: include <bsd.port.options.mk>
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 May 2024 22:08:54 UTC
The branch 2024Q2 has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8590133f3692f72aad4bbf067376c8a56492fa2 commit a8590133f3692f72aad4bbf067376c8a56492fa2 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2024-05-06 22:07:31 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-05-06 22:08:31 +0000 sysutils/slurm-wlm: include <bsd.port.options.mk> This fixes a bad cherry-pick. Reported by: dvl Fixes: 2a7abdbccbf9460e6c411c1d67fec4b0e373e8c4 --- sysutils/slurm-wlm/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile index 41dcb2267d65..bc38536accdc 100644 --- a/sysutils/slurm-wlm/Makefile +++ b/sysutils/slurm-wlm/Makefile @@ -119,6 +119,8 @@ PROC2FIX= common/callerid.c common/fd.c common/fetch_config.c \ LLD2FIX= api plugins/openapi sacctmgr sackd scontrol scrontab scrun \ slurmctld slurmd/slurmd squeue +.include <bsd.port.options.mk> + # Hack around nonfunctional --disable-gtktest flag pre-configure-GUI-off: ${REINPLACE_CMD} -e 's|min_gtk_version=.*|min_gtk_version=2000.0.0|' \