aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/kazehakase/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile
index f0034a03eb69..1ad9c8473750 100644
--- a/www/kazehakase/Makefile
+++ b/www/kazehakase/Makefile
@@ -39,6 +39,10 @@ RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 700000
+BROKEN= does not build on 6.x
+.endif
+
.if defined(WITH_WEBKIT)
LIB_DEPENDS+= webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2
PLIST_SUB+= WEBKIT=""