summaryrefslogtreecommitdiffstats
path: root/x11/rxvt-devel
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2004-03-15 01:28:26 +0000
committerlioux <lioux@FreeBSD.org>2004-03-15 01:28:26 +0000
commit4bdea6b373ce06afedb27e2fb89eabdfeaf244f2 (patch)
tree3c803a530bf264247e2b47140c3bd52e2d06903a /x11/rxvt-devel
parente8635a06f4860cc65fbd93cff54ec5a411862483 (diff)
downloadFreeBSD-ports-4bdea6b373ce06afedb27e2fb89eabdfeaf244f2.zip
FreeBSD-ports-4bdea6b373ce06afedb27e2fb89eabdfeaf244f2.tar.gz
Add WITH_LINESPACE knob: add support for line-spacing
PR: 62734 Submitted by: Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp>
Diffstat (limited to 'x11/rxvt-devel')
-rw-r--r--x11/rxvt-devel/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile
index b7a505a..22a8251 100644
--- a/x11/rxvt-devel/Makefile
+++ b/x11/rxvt-devel/Makefile
@@ -95,6 +95,11 @@ CONFIGURE_ARGS+= --enable-xim
.if defined(WITH_XTERM_SCROLLBAR)
CONFIGURE_ARGS+= --enable-xterm-scroll
.endif # WITH_XTERM_SCROLLBAR
+#
+# enable line-spacing
+.if defined(WITH_LINESPACE)
+CONFIGURE_ARGS+= --enable-linespace
+.endif # WITH_LINESPACE
CONFIGURE_ENV+= LIBS="-lutil"
@@ -107,6 +112,7 @@ pre-everything::
@${ECHO_MSG} "WITHOUT_XIM=yes disable support for XIM (X Input Method) protocol"
@${ECHO_MSG} "WITH_GRAPHICS=yes enable rxvt own graphics mode"
@${ECHO_MSG} "WITH_GREEK_KEYBOARD=yes add support for greek keyboard"
+ @${ECHO_MSG} "WITH_LINESPACE=yes add support for line-spacing"
@${ECHO_MSG} "WITH_MENUBAR=yes add support for rxvt menu bar system"
@${ECHO_MSG} "WITH_MOUSEWHEEL=yes add support for scrolling via mouse wheel"
@${ECHO_MSG} " or buttons 4 & 5"
OpenPOWER on IntegriCloud