summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-10-28 14:41:50 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-10-28 14:41:50 +0000
commitc40791c009dabab3cfc7b3f181c4101afd468989 (patch)
tree3c5263e272a6f79e8df716d3da034e7cef2b6c15
parentx11-wm/sway: clarify SUID (diff)
x11-toolkits/wlroots: adjust X11 identation to match other options
-rw-r--r--x11-toolkits/wlroots/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/wlroots/Makefile b/x11-toolkits/wlroots/Makefile
index 336cf69e1ab5..759017469eda 100644
--- a/x11-toolkits/wlroots/Makefile
+++ b/x11-toolkits/wlroots/Makefile
@@ -59,10 +59,10 @@ LIBSEAT_MESON_ENABLED= libseat
.MAKEFLAGS: WITH+=LIBSEAT
.endif
-X11_LIB_DEPENDS=libxcb-errors.so:x11/xcb-util-errors \
- libxcb-icccm.so:x11/xcb-util-wm
-X11_RUN_DEPENDS=xwayland-devel>0:x11-servers/xwayland-devel
-X11_USE= XORG=x11,xcb
-X11_MESON_ENABLED=x11-backend xcb-icccm xwayland
+X11_LIB_DEPENDS= libxcb-errors.so:x11/xcb-util-errors \
+ libxcb-icccm.so:x11/xcb-util-wm
+X11_RUN_DEPENDS= xwayland-devel>0:x11-servers/xwayland-devel
+X11_USE= XORG=x11,xcb
+X11_MESON_ENABLED= x11-backend xcb-icccm xwayland
.include <bsd.port.mk>