summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2007-02-26 21:51:56 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2007-02-26 21:51:56 +0000
commit68bf6e7fbebf686f9925c1fa71e3429b94ab6dee (patch)
tree3086cd59abec5ff718b38ed860125a9b006b8801 /x11
parentUpdate to version 224 (diff)
Add option to compile with 256 color support.
PR: ports/107112 Submitted by: Tony Morlan<tony.morlan@gmail.com>
Notes
Notes: svn path=/head/; revision=186031
Diffstat (limited to 'x11')
-rw-r--r--x11/xterm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile
index 447d8c5294ce..08e8609fb03b 100644
--- a/x11/xterm/Makefile
+++ b/x11/xterm/Makefile
@@ -25,6 +25,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
CONFIGURE_ARGS+=--enable-wide-chars --enable-luit --with-utempter \
--enable-narrowproto
+.if defined(WITH_256_COLOR)
+CONFIGURE_ARGS+= --enable-256-color
+.endif
+
MAN1= resize.1 xterm.1
post-install: