diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-04-27 19:37:50 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-04-27 19:37:50 +0800 |
commit | ae3f3027908cb78ec074c71654e6137fd57500d9 (patch) | |
tree | f819baa8cb20c621e2457de5b551d1dfdbaffc37 /x11 | |
parent | c257930a99a628e0a211aa5f1647ae81f4f71615 (diff) | |
download | freebsd-ports-gnome-ae3f3027908cb78ec074c71654e6137fd57500d9.tar.gz freebsd-ports-gnome-ae3f3027908cb78ec074c71654e6137fd57500d9.tar.zst freebsd-ports-gnome-ae3f3027908cb78ec074c71654e6137fd57500d9.zip |
Provide an option to build with ReGIS graphics support.
PR: 209083
Submitted by: IWAMOTO Kouichi
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 5daca6f85266..3d89f3fde2b6 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -28,7 +28,7 @@ LIBS+= -L${LOCALBASE}/lib ICONVERSION= 1 OPTIONS_DEFINE= WCHAR LUIT DECTERM PCRE DABBREV 256COLOR SIXEL GNOME LOGGING \ - SCRNDUMP + SCRNDUMP REGIS OPTIONS_RADIO= 3D OPTIONS_RADIO_3D= XAW3D XAW3DXFT NEXTAW @@ -36,6 +36,7 @@ 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 +REGIS_DESC= Enable ReGIS graphics support WCHAR_DESC= Enable wide-character support 256COLOR_DESC= Enable 256-color support LOGGING_DESC= Enable logging terminal I/O to a file @@ -56,6 +57,7 @@ PCRE_CONFIGURE_WITH= pcre PCRE_LIB_DEPENDS= libpcre.so:devel/pcre DABBREV_CONFIGURE_ENABLE= dabbrev SIXEL_CONFIGURE_ENABLE= sixel-graphics +REGIS_CONFIGURE_ENABLE= regis-graphics GNOME_USES= desktop-file-utils LOGGING_CONFIGURE_ENABLE= logging SCRNDUMP_CONFIGURE_ENABLE= screen-dumps |