Skip to content
Snippets Groups Projects
Commit eb98026a authored by Tobias C. Berner's avatar Tobias C. Berner
Browse files

emulators/wine-devel,emulators/wine-proton: remove check for removed LLVM_VER

parent bb8e4d40
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
BROKEN= build failure
.endif
.if (${LLVM_DEFAULT} == 90 || ${LLVM_DEFAULT} == 10 || ${LLVM_DEFAULT} == 11)
.if (${LLVM_DEFAULT} == 10 || ${LLVM_DEFAULT} == 11)
_LLVM_VERSION= 12
.else
_LLVM_VERSION= ${LLVM_DEFAULT}
......
......@@ -103,7 +103,7 @@ PULSEAUDIO_CONFIGURE_OFF= --without-pulse
.include <bsd.port.pre.mk>
.if (${LLVM_DEFAULT} == 90 || ${LLVM_DEFAULT} == 10 || ${LLVM_DEFAULT} == 11)
.if (${LLVM_DEFAULT} == 10 || ${LLVM_DEFAULT} == 11)
_LLVM_VERSION= 12
.else
_LLVM_VERSION= ${LLVM_DEFAULT}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment