pkgsrc/net/x2vnc/options.mk
rillig eb3c2b436e net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 11:45:28 +00:00

14 lines
379 B
Makefile

# $NetBSD: options.mk,v 1.4 2019/11/03 11:45:58 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.x2vnc
# Warning - breaks dragging on remote screens for some setups
PKG_SUPPORTED_OPTIONS= dga
PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdga)
. include "../../x11/libXxf86dga/buildlink3.mk"
. include "../../x11/xorgproto/buildlink3.mk"
.endif