aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-10-27 13:15:06 +0000
committerRene Ladan <rene@FreeBSD.org>2022-10-27 13:15:06 +0000
commitdf6f60b28be35b500fec4d8573159e22a88b489c (patch)
treee0bffd2c94fe6e9081b1c98082bea42f1c8eebe8 /www
parent74a0f0ebf0c472210e0676fd723d36397f679cc0 (diff)
downloadports-df6f60b28be35b500fec4d8573159e22a88b489c.tar.gz
ports-df6f60b28be35b500fec4d8573159e22a88b489c.zip
Diffstat (limited to 'www')
-rw-r--r--www/chromium/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index 8015a1cc77b0..520947c339a6 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -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