aboutsummaryrefslogtreecommitdiffstats
path: root/www/chromium
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-10-19 05:43:08 +0800
committerpav <pav@FreeBSD.org>2010-10-19 05:43:08 +0800
commitf5ff4af0d160be63677f6915f129f91cc100d429 (patch)
tree3b192e92f4ac09d998b49ecacaeb5bee1e154c03 /www/chromium
parent3a6a8c094422a285d2057b3f18445f0ed5ef901e (diff)
downloadfreebsd-ports-graphics-f5ff4af0d160be63677f6915f129f91cc100d429.tar.gz
freebsd-ports-graphics-f5ff4af0d160be63677f6915f129f91cc100d429.tar.zst
freebsd-ports-graphics-f5ff4af0d160be63677f6915f129f91cc100d429.zip
- Mark BROKEN on 6.X
Reported by: pointyhat Ok'ed by: maintainer
Diffstat (limited to 'www/chromium')
-rw-r--r--www/chromium/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index a83d73b61eb..6ed74067c86 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -60,6 +60,10 @@ OPTIONS= CODECS "Compile and enable patented codecs like H.264" off
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 700000
+BROKEN= does not build on 6.X
+.endif
+
.if defined(WITH_CODECS)
GYP_DEFINES+= ffmpeg_branding=Chrome
.else