diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-07-11 05:52:06 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-07-11 05:52:06 +0000 |
commit | a8b215b6e127681067e4dbeca9556499479a6a0c (patch) | |
tree | c6493085a62bb7f97a36b745501b4dbf7aba124c /x11 | |
parent | bde51d09502aa27ed1332d059878f98fb08aac28 (diff) | |
download | ports-a8b215b6e127681067e4dbeca9556499479a6a0c.tar.gz ports-a8b215b6e127681067e4dbeca9556499479a6a0c.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 86dbc6f9a199..ebbfff143541 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -27,11 +27,12 @@ CPPFLAGS+= -I${LOCALBASE}/include ICONVERSION= 1 -OPTIONS_DEFINE= WCHAR LUIT DECTERM PCRE GNOME DABBREV 256COLOR +OPTIONS_DEFINE= WCHAR LUIT DECTERM PCRE GNOME DABBREV 256COLOR SIXEL DABBREV_DESC= Enable support for dabbrev-expand DECTERM_DESC= Enable DECterm Locator support LUIT_DESC= Use LUIT for locale convertion from/to UTF-8 +SIXEL_DESC= Enable Sixel graphics support WCHAR_DESC= Enable wide-character support 256COLOR_DESC= Enable 256-color support @@ -65,6 +66,10 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre CONFIGURE_ARGS+= --enable-dabbrev .endif +.if ${PORT_OPTIONS:MSIXEL} +CONFIGURE_ARGS+= --enable-sixel-graphics +.endif + .if ${PORT_OPTIONS:MGNOME} USE_GNOME= desktopfileutils PLIST_SUB+= GNOME="" |