summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2006-09-24 16:26:54 +0000
committersalo <salo@pkgsrc.org>2006-09-24 16:26:54 +0000
commita1c2508b94035aeba051992aedd11e3d1acb07c6 (patch)
tree22bb2ba487158e2ce880211bcb24062c6d72bb70
parent1fec985bdd558641d2b558ad2498496e8945c8ae (diff)
downloadpkgsrc-a1c2508b94035aeba051992aedd11e3d1acb07c6.tar.gz
Switch to "seamonkey" backend from "mozilla" as an alternative to "firefox".
Our package is too old to make use of it, add BROKEN for now.
-rw-r--r--www/kazehakase/Makefile4
-rw-r--r--www/kazehakase/options.mk10
2 files changed, 10 insertions, 4 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile
index 4786917c565..43f46de9741 100644
--- a/www/kazehakase/Makefile
+++ b/www/kazehakase/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/07/07 15:49:34 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2006/09/24 16:26:54 salo Exp $
#
DISTNAME= kazehakase-0.3.3
@@ -36,5 +36,5 @@ CONF_FILES+= ${EGDIR}/mozilla/encodings.xml ${PKG_SYSCONFDIR}/mozilla/encodings.
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
-.include "../../www/mozilla/gecko-depends.mk"
+.include "../../www/seamonkey/gecko-depends.mk"
.include "../../mk/bsd.pkg.mk"
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