summaryrefslogtreecommitdiff
path: root/net/x2vnc
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 11:45:28 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 11:45:28 +0000
commit6d1d2ca41e824dc78d236dd7507b72a54ede5a88 (patch)
tree97ee76f3981200121bbba776c699b2cf57cc3af5 /net/x2vnc
parentc541c77da9d5d98e1ba6000a10bd6ad0d291105c (diff)
downloadpkgsrc-6d1d2ca41e824dc78d236dd7507b72a54ede5a88.tar.gz
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'net/x2vnc')
-rw-r--r--net/x2vnc/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/x2vnc/options.mk b/net/x2vnc/options.mk
index 2c1662a7e23..07b0bc8509f 100644
--- a/net/x2vnc/options.mk
+++ b/net/x2vnc/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2018/03/07 11:57:32 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2019/11/03 11:45:58 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.x2vnc
@@ -9,6 +9,6 @@ PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdga)
-. include "../../x11/libXxf86dga/buildlink3.mk"
-. include "../../x11/xorgproto/buildlink3.mk"
+. include "../../x11/libXxf86dga/buildlink3.mk"
+. include "../../x11/xorgproto/buildlink3.mk"
.endif