Since we're building rxvt-unicode with 256 colors by default, 
I think this makes sense:

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/rxvt-unicode/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    3 May 2010 16:35:20 -0000       1.1.1.1
+++ Makefile    18 May 2010 09:08:08 -0000
@@ -3,6 +3,7 @@
 COMMENT =      clone of rxvt with Unicode and Xft support
 
 DISTNAME =     rxvt-unicode-9.07
+PKGNAME =      ${DISTNAME}p0
 CATEGORIES =   x11
 
 EXTRACT_SUFX = .tar.bz2
@@ -26,7 +27,7 @@ CONFIGURE_STYLE =     autoconf
 AUTOCONF_VERSION =     2.61
 CONFIGURE_ARGS =       --enable-perl \
                        --disable-afterimage \
-                       --with-term=xterm \
+                       --with-term=xterm-256color \
                        --enable-xterm-colors=256
 # missing locale support
 CONFIGURE_ARGS +=      --disable-xim


Ok? 

Reply via email to