summaryrefslogtreecommitdiff
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-04-03 17:59:11 +0200
committerRene Ladan <rene@FreeBSD.org>2024-04-03 17:59:11 +0200
commit7b83f7fdc2b62eb57df888e7dc5df81b35a16af1 (patch)
treef0b21c7c60c45643d1b043f8d9212e4221714087 /emulators/wine-devel
parenttextproc/castxml: stop enumerating removed devel/llvm10 (diff)
emulators/wine*: do not test for removed llvm10
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index ee1c5f401e3e..58b51d479cfc 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -124,7 +124,7 @@ CONFIGURE_ARGS+= --without-gstreamer
PLIST_SUB+= GSTREAMER="@comment "
.endif
-.if (${LLVM_DEFAULT} == 10 || ${LLVM_DEFAULT} == 11)
+.if ${LLVM_DEFAULT} == 11
_LLVM_VERSION= 15
.else
_LLVM_VERSION= ${LLVM_DEFAULT}