aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-03-21 12:42:01 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-03-21 12:42:01 +0000
commit4ae0123f0950fd718919c35d215f94b8ae124959 (patch)
treec0a977c2fa7b0be3e443a743a20ddcdd236fbcf2 /x11
parent0eeb9f31e44a08896540393ee8324c3edabf9128 (diff)
downloadports-4ae0123f0950fd718919c35d215f94b8ae124959.tar.gz
ports-4ae0123f0950fd718919c35d215f94b8ae124959.zip
x11/wayland-logout: use C version on FreeBSD >= 12.3
Notes
Notes: svn path=/head/; revision=568915
Diffstat (limited to 'x11')
-rw-r--r--x11/wayland-logout/Makefile2
1 files changed, 1 insertions, 1 deletions
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