View | Details | Raw Unified | Return to bug 209083
Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 28-34 Link Here
28
ICONVERSION=	1
28
ICONVERSION=	1
29
29
30
OPTIONS_DEFINE=	WCHAR LUIT DECTERM PCRE DABBREV 256COLOR SIXEL GNOME LOGGING \
30
OPTIONS_DEFINE=	WCHAR LUIT DECTERM PCRE DABBREV 256COLOR SIXEL GNOME LOGGING \
31
		SCRNDUMP
31
		SCRNDUMP REGIS
32
OPTIONS_RADIO=	3D
32
OPTIONS_RADIO=	3D
33
OPTIONS_RADIO_3D=	XAW3D XAW3DXFT NEXTAW
33
OPTIONS_RADIO_3D=	XAW3D XAW3DXFT NEXTAW
34
34
Lines 36-41 Link Here
36
DECTERM_DESC=	Enable DECterm Locator support
36
DECTERM_DESC=	Enable DECterm Locator support
37
LUIT_DESC=	Use LUIT for locale convertion from/to UTF-8
37
LUIT_DESC=	Use LUIT for locale convertion from/to UTF-8
38
SIXEL_DESC=	Enable Sixel graphics support
38
SIXEL_DESC=	Enable Sixel graphics support
39
REGIS_DESC=	Enable ReGIS graphics support
39
WCHAR_DESC=	Enable wide-character support
40
WCHAR_DESC=	Enable wide-character support
40
256COLOR_DESC=	Enable 256-color support
41
256COLOR_DESC=	Enable 256-color support
41
LOGGING_DESC=	Enable logging terminal I/O to a file
42
LOGGING_DESC=	Enable logging terminal I/O to a file
Lines 56-61 Link Here
56
PCRE_LIB_DEPENDS=		libpcre.so:devel/pcre
57
PCRE_LIB_DEPENDS=		libpcre.so:devel/pcre
57
DABBREV_CONFIGURE_ENABLE=	dabbrev
58
DABBREV_CONFIGURE_ENABLE=	dabbrev
58
SIXEL_CONFIGURE_ENABLE=		sixel-graphics
59
SIXEL_CONFIGURE_ENABLE=		sixel-graphics
60
REGIS_CONFIGURE_ENABLE=		regis-graphics
59
GNOME_USES=			desktop-file-utils
61
GNOME_USES=			desktop-file-utils
60
LOGGING_CONFIGURE_ENABLE=	logging
62
LOGGING_CONFIGURE_ENABLE=	logging
61
SCRNDUMP_CONFIGURE_ENABLE=	screen-dumps
63
SCRNDUMP_CONFIGURE_ENABLE=	screen-dumps

Return to bug 209083