From 4ae0123f0950fd718919c35d215f94b8ae124959 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sun, 21 Mar 2021 12:42:01 +0000 Subject: x11/wayland-logout: use C version on FreeBSD >= 12.3 https://cgit.freebsd.org/src/commit/?id=925f44f33862908f9a2e72520a17af148c7d0db5 https://cgit.freebsd.org/src/commit/?id=2b61bda2c75f30f6eadd18fb891fd885e4c8d19d --- x11/wayland-logout/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11') diff --git a/x11/wayland-logout/Makefile b/x11/wayland-logout/Makefile index d48139de3f2a..5b1a644af850 100644 --- a/x11/wayland-logout/Makefile +++ b/x11/wayland-logout/Makefile @@ -22,7 +22,7 @@ PLIST_FILES= bin/${PORTNAME} \ # Cannot use C implementation without cr_pid .if make(makesum) DISTFILES= ${DISTNAME:S/${DISTVERSION}/1.3/}${EXTRACT_SUFX} -.elif ${OPSYS} != FreeBSD || ${OSVERSION} < 1300030 +.elif ${OPSYS} != FreeBSD || ${OSVERSION} < 1202506 DISTVERSION= 1.3 NO_ARCH= yes MESON_ARGS+= -Dimplementation=shell -- cgit v1.2.3