summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2024-11-05 22:36:26 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2024-11-05 22:36:26 +0100
commitdc02e70b2962b123a4e4094c9abbc9cc61e8e449 (patch)
tree6bba5307ceaa54698398f3fbd1c21ba5c9dc7561
parent4df2520fec924babeb9896bb35bc8cd13331692a (diff)
x11/cwm: reorder Makefile
-rw-r--r--x11/cwm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/cwm/Makefile b/x11/cwm/Makefile
index 7551af8..be25366 100644
--- a/x11/cwm/Makefile
+++ b/x11/cwm/Makefile
@@ -20,14 +20,14 @@ MODULES = xenocara
BUILD_DEPENDS = devel/xorgproto
+RUN_DEPENDS = x11/libXcursor
+
LIB_DEPENDS = x11/libXaw \
x11/libXext \
x11/libXft \
x11/libXinerama \
x11/libXrandr
-RUN_DEPENDS = x11/libXcursor
-
FAKE_FLAGS = PREFIX=${TRUEPREFIX} MANPREFIX=${TRUEPREFIX}/man
.include <bsd.port.mk>