summaryrefslogtreecommitdiff
path: root/emulators/uae
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-08-11 13:01:29 +0200
committerRene Ladan <rene@FreeBSD.org>2024-10-01 20:56:20 +0200
commit4485bd8221c2c5630b87826d37da850b3361b782 (patch)
tree8d8c431f691b093caa563a871231d1269047ea42 /emulators/uae
parentwww/element-web: Update to 1.11.79 (diff)
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X Reviewed by: many Differential Revision: https://reviews.freebsd.org/D46601
Diffstat (limited to 'emulators/uae')
-rw-r--r--emulators/uae/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
index a7713af9309b..3b6d42bb3b9f 100644
--- a/emulators/uae/Makefile
+++ b/emulators/uae/Makefile
@@ -20,7 +20,7 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
-.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
+.if ${OPSYS} == FreeBSD
USES+= llvm:max=15
.endif