diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-06 06:17:26 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-06 06:17:26 +0000 |
commit | a423262c1a447270f98299aee8d6126997abf4da (patch) | |
tree | 05c0ce168b9658b0345906b6a6b02e15312761d8 /x11 | |
parent | 74a8af2f2fd6510e34e7ef36d6f48e48d44dd2d2 (diff) | |
download | ports-a423262c1a447270f98299aee8d6126997abf4da.tar.gz ports-a423262c1a447270f98299aee8d6126997abf4da.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-devel/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 9b190ca9f46a..f15c3304afd1 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ # # If possible, please consider updating the simple ports/x11-clocks/rclock -# (and maybe ports/chinese/rxvt) when you upgrade rxvt. These ports all use -# the same distfile. +# when you upgrade rxvt. These ports all use the same distfile. PORTNAME= rxvt PORTVERSION= 2.7.10 @@ -98,6 +97,11 @@ CONFIGURE_ARGS+= --enable-xterm-scroll .if defined(WITH_LINESPACE) CONFIGURE_ARGS+= --enable-linespace .endif # WITH_LINESPACE +# +# enable 256 color +.if defined(WITH_256_COLOR) +CONFIGURE_ARGS+= --enable-256-color +.endif # WITH_256_COLOR CONFIGURE_ENV+= LIBS="-lutil" |