diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 18:24:14 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 18:24:14 +0100 |
commit | bcc9feab1f5e55b3c086a07eb57dbbb7f301a973 (patch) | |
tree | b79b2578de145a0c950dd26bfa29606b7351cc6f | |
parent | 5a9d47413c8519ed6024d4409ce10e95dc6c32f2 (diff) |
x11/xterm: add rdep on font-misc-misc
-rw-r--r-- | x11/xterm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 94d4ecd..304af48 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -23,7 +23,8 @@ LIB_DEPENDS = x11/libXaw \ x11/libXft \ x11/libXinerama -RUN_DEPENDS = x11/libXcursor +RUN_DEPENDS = font/font-misc-misc \ + x11/libXcursor USE_GMAKE = Yes |