ports/opt (3.0): rxvt-unicode: build with --enable-256-color
commit 6a9aca23f0af200d0f868b9260b4da06bdd4a0e7 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Mon Mar 25 19:07:46 2013 +0100 rxvt-unicode: build with --enable-256-color diff --git a/rxvt-unicode/Pkgfile b/rxvt-unicode/Pkgfile index 95f96f6..8c7c5a9 100644 --- a/rxvt-unicode/Pkgfile +++ b/rxvt-unicode/Pkgfile @@ -5,7 +5,7 @@ name=rxvt-unicode version=9.18 -release=1 +release=2 source=(http://dist.schmorp.de/$name/Attic/$name-$version.tar.bz2) build() { @@ -13,8 +13,8 @@ build() { ./configure --prefix=/usr --mandir=/usr/man \ --enable-utmp --enable-wtmp \ - --enable-transparency --enable-tinting --enable-fading \ - --enable-mousewheel \ + --enable-transparency --enable-fading \ + --enable-mousewheel --enable-256-color \ --enable-xft --enable-font-styles make
participants (1)
-
crux@crux.nu