# $NetBSD: options.mk,v 1.1 2005/11/26 22:09:25 martin Exp $ PKG_OPTIONS_VAR = PKG_OPTIONS.gecko PKG_SUPPORTED_OPTIONS = debug .include "../../mk/bsd.options.mk" # this .if test looks backward, but the missing options disables debug, # so it is correct .if empty(PKG_OPTIONS:Mdebug) CONFIGURE_ARGS+= --disable-debug .endif