summaryrefslogtreecommitdiff
path: root/x11/xterm/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2021-08-31 19:48:16 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2021-08-31 19:48:16 +0200
commit9258f618a4ce814bfd4c53b2503f9eec3df70fd3 (patch)
treef00087fb632883ff0447d3a2c0ec4ecb231af751 /x11/xterm/Makefile
parentc9d22be7c052def49eca9d111272f93f34eb023a (diff)
use the new xenocara module and adapt for PREFIX=/usr/X11R6
While here cleanup some Makefiles
Diffstat (limited to 'x11/xterm/Makefile')
-rw-r--r--x11/xterm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile
index e249628..b4a1b9e 100644
--- a/x11/xterm/Makefile
+++ b/x11/xterm/Makefile
@@ -19,16 +19,16 @@ MASTER_SITES = ftp://ftp.invisible-island.net/xterm/
EXTRACT_SUFX = .tgz
+MODULES = xenocara
+
LIB_DEPENDS = x11/libXaw \
x11/libXft \
x11/libXinerama
RUN_DEPENDS = x11/libXcursor
-
USE_GMAKE = Yes
CONFIGURE_STYLE = simple
-CONFIGURE_ARGS =
.include <bsd.port.mk>