From a1c2508b94035aeba051992aedd11e3d1acb07c6 Mon Sep 17 00:00:00 2001 From: salo Date: Sun, 24 Sep 2006 16:26:54 +0000 Subject: 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. --- www/kazehakase/Makefile | 4 ++-- www/kazehakase/options.mk | 10 ++++++++-- 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 -- cgit v1.2.3