diff options
author | thierry <thierry@FreeBSD.org> | 2013-12-16 05:26:47 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2013-12-16 05:26:47 +0800 |
commit | 649786e4b9810d3cb112d4496227716b1ab49129 (patch) | |
tree | e22915488ed10375289485bf13ea4d367fab3118 /x11 | |
parent | 57f03acfae8d0c5d1f423475ca6e64bd62b442fb (diff) | |
download | freebsd-ports-gnome-649786e4b9810d3cb112d4496227716b1ab49129.tar.gz freebsd-ports-gnome-649786e4b9810d3cb112d4496227716b1ab49129.tar.zst freebsd-ports-gnome-649786e4b9810d3cb112d4496227716b1ab49129.zip |
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>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index afc3cfdc7b08..e2cda7eba747 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -55,7 +55,8 @@ NOTIFY_DESC= Freedesktop startup notification support 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} |