summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-04-06 06:17:26 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-04-06 06:17:26 +0000
commita423262c1a447270f98299aee8d6126997abf4da (patch)
tree05c0ce168b9658b0345906b6a6b02e15312761d8 /x11
parent1. For all language build "all" to "alllangs". (diff)
- Add knob for enabling 256 color support [1]
- Correct comment: we don't have chinese/rxvt these days PR: ports/122281 [1] Submitted by: Yoshiaki Kasahara <kasahara at nc.kyushu-u.ac.jp> [1]
Notes
Notes: svn path=/head/; revision=210629
Diffstat (limited to 'x11')
-rw-r--r--x11/rxvt-devel/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile
index 9b190ca9f46a..f15c3304afd1 100644
--- a/x11/rxvt-devel/Makefile
+++ b/x11/rxvt-devel/Makefile
@@ -5,8 +5,7 @@
# $FreeBSD$
#
# If possible, please consider updating the simple ports/x11-clocks/rclock
-# (and maybe ports/chinese/rxvt) when you upgrade rxvt. These ports all use
-# the same distfile.
+# when you upgrade rxvt. These ports all use the same distfile.
PORTNAME= rxvt
PORTVERSION= 2.7.10
@@ -98,6 +97,11 @@ CONFIGURE_ARGS+= --enable-xterm-scroll
.if defined(WITH_LINESPACE)
CONFIGURE_ARGS+= --enable-linespace
.endif # WITH_LINESPACE
+#
+# enable 256 color
+.if defined(WITH_256_COLOR)
+CONFIGURE_ARGS+= --enable-256-color
+.endif # WITH_256_COLOR
CONFIGURE_ENV+= LIBS="-lutil"