diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-12-13 01:59:14 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-12-13 01:59:14 +0000 |
commit | cdc46e62cbeab0360e396b6dad4cc6986ca38948 (patch) | |
tree | ba7b32b41ee62cab8c97d3897932abaeedf160ce /www/kazehakase | |
parent | bb8cfef175c70c6c85b2b2a41e54a3b224b5e7a8 (diff) |
Notes
Diffstat (limited to 'www/kazehakase')
-rw-r--r-- | www/kazehakase/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index 0e1277c4e156..6bbbdf1223f8 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -38,6 +38,10 @@ RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" +.if ${OSVERSION} < 500000 +BROKEN="Does not build" +.endif + # !!! gtk-webcore higly experimental right now and not very stable !!! # See https://mail.gna.org/public/kazehakase-devel/2004-10/msg00001.html # on how to use gtk-webcore with kazehakase. and yes you still have to |