pkgsrc/misc/yelp/options.mk
salo 1fec985bdd Switch to "seamonkey" backend from "mozilla" as an alternative to "firefox",
split option part to a separate file.

The "seamonkey" backend is not (yet) supported by the package, add BROKEN.
2006-09-24 16:25:51 +00:00

10 lines
275 B
Makefile

# $NetBSD: options.mk,v 1.1 2006/09/24 16:25:52 salo Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.yelp
.include "../../www/seamonkey/gecko-options.mk"
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mseamonkey)
BROKEN= seamonkey backend is currently not supported
.endif