diff options
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="" |