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
This commit is contained in:
parent
0eeb9f31e4
commit
4ae0123f09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568915
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue