summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2024-11-06 10:36:28 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2024-11-06 10:36:28 +0100
commit7e9832b41de8378608ca1e39c84b286766d728b1 (patch)
tree14cc5249632c7d78c4b381ba35aa7ae79a33fe91
parentbf1f5dbd96fea3aafd9f1add7fcbfca06462918e (diff)
x11/libxcb: reorder Makefile
-rw-r--r--x11/libxcb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile
index 3e6777c..bb0dc91 100644
--- a/x11/libxcb/Makefile
+++ b/x11/libxcb/Makefile
@@ -38,12 +38,12 @@ MAINTAINER = xenocara@openbsd.org
# MIT
PERMIT_PACKAGE = Yes
-MODULES = xenocara
-
WANTLIB = Xau Xdmcp
SITES = https://xcb.freedesktop.org/dist/
+MODULES = xenocara
+
BUILD_DEPENDS = devel/xcb-proto \
devel/xorgproto \
devel/xorg-util-macros