summaryrefslogtreecommitdiff
path: root/www/kazehakase/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'www/kazehakase/options.mk')
-rw-r--r--www/kazehakase/options.mk10
1 files changed, 8 insertions, 2 deletions
diff --git a/www/kazehakase/options.mk b/www/kazehakase/options.mk
index f2ea6a91d0c..ba219162a94 100644
--- a/www/kazehakase/options.mk
+++ b/www/kazehakase/options.mk
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.1 2006/01/04 23:59:40 reed Exp $
+# $NetBSD: options.mk,v 1.2 2006/09/24 16:26:54 salo Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.kazehakase
PKG_SUPPORTED_OPTIONS= gnutls
PKG_SUGGESTED_OPTIONS+= gnutls
-.include "../../www/mozilla/gecko-options.mk"
+.include "../../www/seamonkey/gecko-options.mk"
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mgnutls)
@@ -14,3 +14,9 @@ CONFIGURE_ARGS+= --enable-ssl
.else
CONFIGURE_ARGS+= --disable-ssl
.endif
+
+# Remove after upgrade to 0.3.4 or higher!
+#
+.if !empty(PKG_OPTIONS:Mseamonkey)
+BROKEN= seamonkey backend is currently not supported
+.endif