diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2020-05-31 18:53:01 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-05-31 18:53:01 +0200 |
commit | f771bc9ded514692326ffdec598090c36803f9a7 (patch) | |
tree | b0b165b76fa60e972b543fa2c6d5a8711c91181f /x11 | |
parent | 455d708f1db1de03f9bc0906552238f255649ef2 (diff) |
xterm: libXcursor is a RUN_DEPENDS
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 7e31370..b217f64 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -20,8 +20,10 @@ MASTER_SITES = ftp://ftp.invisible-island.net/xterm/ EXTRACT_SUFX = .tgz LIB_DEPENDS = x11/libXaw \ - x11/libXft \ - x11/libXcursor + x11/libXft + +RUN_DEPENDS = x11/libXcursor + USE_GMAKE = Yes |