pkgsrc/graphics/comix/options.mk
rillig 102c17a1e8 graphics: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-02 22:37:52 +00:00

11 lines
273 B
Makefile

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