summaryrefslogtreecommitdiff
path: root/graphics/comix/options.mk
blob: 074caf0daf70ffa92ec620dffe1c8ead7cce3d17 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: options.mk,v 1.1 2010/01/27 10:24:08 wiz 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