summaryrefslogtreecommitdiff
path: root/misc/py-pytorch
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 /misc/py-pytorch
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 'misc/py-pytorch')
-rw-r--r--misc/py-pytorch/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.options.mk>
-.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
+.if ${OPSYS} == FreeBSD
USES+= llvm:max=15
.endif