summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2024-11-06 10:58:21 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2024-11-06 10:58:21 +0100
commit6a4313f9682941e8f7503a6be89eaa2600f41456 (patch)
tree0f5552d8e2a07b0dde97411d0a3f9e049d0eb716 /x11
parent64b44a6421b4fb2c297e9e5a7173690e5bfef173 (diff)
x11/xterm: reorder Makefile
Diffstat (limited to 'x11')
-rw-r--r--x11/xterm/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile
index 304af48..1cdb104 100644
--- a/x11/xterm/Makefile
+++ b/x11/xterm/Makefile
@@ -19,17 +19,17 @@ EXTRACT_SUFX = .tgz
MODULES = xenocara
+RUN_DEPENDS = font/font-misc-misc \
+ x11/libXcursor
+
LIB_DEPENDS = x11/libXaw \
x11/libXft \
x11/libXinerama
-RUN_DEPENDS = font/font-misc-misc \
- x11/libXcursor
+SEPARATE_BUILD = Yes
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
-SEPARATE_BUILD = Yes
-
.include <bsd.port.mk>