svn commit: r336582 - head/x11/rxvt-unicode

Thierry Thomas thierry at FreeBSD.org
Sun Dec 15 21:26:48 UTC 2013


Author: thierry
Date: Sun Dec 15 21:26:47 2013
New Revision: 336582
URL: http://svnweb.freebsd.org/changeset/ports/336582

Log:
  Set support for 256 colors on by default.
  
  Note: PORTREVISION intentionnally not bumped; this is just for package
  building, and poudriere should notice it anyway.
  
  Requested by:	R. Tyler Croy <tyler (at) monkeypox (dot) org>

Modified:
  head/x11/rxvt-unicode/Makefile

Modified: head/x11/rxvt-unicode/Makefile
==============================================================================
--- head/x11/rxvt-unicode/Makefile	Sun Dec 15 20:51:37 2013	(r336581)
+++ head/x11/rxvt-unicode/Makefile	Sun Dec 15 21:26:47 2013	(r336582)
@@ -55,7 +55,8 @@ NOTIFY_DESC=		Freedesktop startup notifi
 
 OPTIONS_DEFAULT=PERL XIM UNICODE3 ISO14755 COMBINING RXVT_SCROLLBAR	\
 		NEXT_SCROLLBAR XTERM_SCROLLBAR BACKSPACE_KEY DELETE_KEY	\
-		MOUSEWHEEL SMART_RESIZE IMLOCALE_FIX GDK_PIXBUF
+		MOUSEWHEEL SMART_RESIZE IMLOCALE_FIX GDK_PIXBUF		\
+		256_COLOR
 
 PORTDOCS1=	Changes README.FAQ README.configure
 PORTDOCS=	README.xvt ${PORTDOCS1}


More information about the svn-ports-head mailing list