From 4485bd8221c2c5630b87826d37da850b3361b782 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sun, 11 Aug 2024 13:01:29 +0200 Subject: all: drop support for expired FreeBSD 14.0 Simplify expressions for FreeBSD 13.X Reviewed by: many Differential Revision: https://reviews.freebsd.org/D46601 --- misc/py-pytorch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/py-pytorch') diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile index 7184541a7dfa..15685f2dae9c 100644 --- a/misc/py-pytorch/Makefile +++ b/misc/py-pytorch/Makefile @@ -61,7 +61,7 @@ POST_PLIST= fix-plist .include -.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) +.if ${OPSYS} == FreeBSD USES+= llvm:max=15 .endif -- cgit v1.2.3