diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-10-28 22:41:50 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-10-28 22:41:50 +0800 |
commit | c40791c009dabab3cfc7b3f181c4101afd468989 (patch) | |
tree | 3c5263e272a6f79e8df716d3da034e7cef2b6c15 /x11-toolkits | |
parent | fd14852ac03a2e8a36c308e55ca610516da72d10 (diff) | |
download | freebsd-ports-gnome-c40791c009dabab3cfc7b3f181c4101afd468989.tar.gz freebsd-ports-gnome-c40791c009dabab3cfc7b3f181c4101afd468989.tar.zst freebsd-ports-gnome-c40791c009dabab3cfc7b3f181c4101afd468989.zip |
x11-toolkits/wlroots: adjust X11 identation to match other options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wlroots/Makefile | 10 |
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> |