diff options
author | morr <morr@pkgsrc.org> | 2012-03-01 23:03:14 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2012-03-01 23:03:14 +0000 |
commit | dc21f0b9e2f2667ed77e8a10c6d913468c42dfc9 (patch) | |
tree | 67ee0052aaa54a534611953af29ada6d7dde379c /x11/rxvt-unicode | |
parent | 10f546ff07bc8ab3ad054d621f3a0fcb3cfe9287 (diff) | |
download | pkgsrc-dc21f0b9e2f2667ed77e8a10c6d913468c42dfc9.tar.gz |
Add support for 256 colors.
Patch from PR 46126
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 15112fc731b..161c571c1b1 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2012/02/29 18:49:40 morr Exp $ +# $NetBSD: Makefile,v 1.34 2012/03/01 23:03:14 morr Exp $ DISTNAME= rxvt-unicode-9.15 CATEGORIES= x11 @@ -18,6 +18,8 @@ USE_FEATURES+= snprintf CONFIGURE_ENV+= ac_cv_path_TIC=no +CONFIGURE_ARGS+= --enable-256-color + PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS+= share/doc/rxvt-unicode share/examples/rxvt-unicode |