summaryrefslogtreecommitdiff
path: root/graphics/comix/options.mk
blob: 35caa8317d8ae958a48daea5d802e5aa33b6f9d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: options.mk,v 1.2 2019/11/02 22:37:54 rillig Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.comix
PKG_SUPPORTED_OPTIONS=	gnome
PKG_SUGGESTED_OPTIONS=	gnome

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

.if !empty(PKG_OPTIONS:Mgnome)
.include "../../devel/GConf/buildlink3.mk"
.endif