11 lines
275 B
Makefile
11 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
|