1fec985bdd
split option part to a separate file. The "seamonkey" backend is not (yet) supported by the package, add BROKEN.
10 lines
275 B
Makefile
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
|