diff options
Diffstat (limited to 'x11/xterm/Makefile')
-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 |