summaryrefslogtreecommitdiff
path: root/x11/gtk3-engines-unico/options.mk
blob: 84c7657cd5f546bc92d2c404b34c2b74e1cdecd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: options.mk,v 1.1 2014/04/28 01:59:52 rodent Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.gtk3-engines-unico
PKG_SUPPORTED_OPTIONS=	debug
PKG_SUGGESTED_OPTIONS+=	# blank

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+=	--enable-debug
.endif