www/chromium: mark BROKEN on 12.3 for now

This commit is contained in:
Rene Ladan 2022-10-27 15:15:06 +02:00
parent 74a0f0ebf0
commit df6f60b28b

View File

@ -208,6 +208,10 @@ TEST_ALL_TARGET= ${TEST_TARGETS}
.include <bsd.port.options.mk>
.include <bsd.port.pre.mk>
.if ${OSREL} == "12.3"
BROKEN= does not compile, libc++ too old
.endif
.if ${PORT_OPTIONS:MHEIMDAL_BASE} && !exists(/usr/lib/libkrb5.so)
IGNORE= you have selected HEIMDAL_BASE but do not have Heimdal installed in base
.endif