svn commit: r553546 - head/x11-toolkits/wlroots
Jan Beich
jbeich at FreeBSD.org
Wed Oct 28 14:41:52 UTC 2020
Author: jbeich
Date: Wed Oct 28 14:41:50 2020
New Revision: 553546
URL: https://svnweb.freebsd.org/changeset/ports/553546
Log:
x11-toolkits/wlroots: adjust X11 identation to match other options
Modified:
head/x11-toolkits/wlroots/Makefile (contents, props changed)
Modified: head/x11-toolkits/wlroots/Makefile
==============================================================================
--- head/x11-toolkits/wlroots/Makefile Wed Oct 28 14:41:43 2020 (r553545)
+++ head/x11-toolkits/wlroots/Makefile Wed Oct 28 14:41:50 2020 (r553546)
@@ -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>
More information about the svn-ports-all
mailing list