pkgsrc-ng/graphics/comix/options.mk
2013-09-26 17:14:40 +02:00

12 lines
270 B
Makefile

# $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