diff options
author | salo <salo> | 2006-09-24 16:26:54 +0000 |
---|---|---|
committer | salo <salo> | 2006-09-24 16:26:54 +0000 |
commit | 17d8805ee53ef3a275339691c37aebe1d29e55d0 (patch) | |
tree | 22bb2ba487158e2ce880211bcb24062c6d72bb70 /www/kazehakase | |
parent | ae12377bd828ac4aa1b677ac63880e0e48847669 (diff) | |
download | pkgsrc-17d8805ee53ef3a275339691c37aebe1d29e55d0.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.
Diffstat (limited to 'www/kazehakase')
-rw-r--r-- | www/kazehakase/Makefile | 4 | ||||
-rw-r--r-- | 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 |