From e2695d484e5414ac3142b16c32018245b6bb14f8 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 9 Oct 2022 18:19:27 +0200 Subject: x11/libxcb: add missing BUILD_DEPENDS on devel/xorgproto --- x11/libxcb/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11/libxcb') diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index 3a88abc..ee3e6b8 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -43,7 +43,8 @@ WANTLIB = Xau Xdmcp MASTER_SITES = https://xcb.freedesktop.org/dist/ -BUILD_DEPENDS = devel/xcb-proto +BUILD_DEPENDS = devel/xcb-proto \ + devel/xorgproto LIB_DEPENDS = x11/libXau \ x11/libXdmcp -- cgit v1.2.3