diff options
-rw-r--r-- | accessibility/redshift/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accessibility/redshift/Makefile b/accessibility/redshift/Makefile index d179f41981bb..8c3180d7baed 100644 --- a/accessibility/redshift/Makefile +++ b/accessibility/redshift/Makefile @@ -25,6 +25,8 @@ GUI_DESC= Tray icon RANDR_DESC= Support RANDR for changing colors VIDMODE_DESC= Support VIDMODE for changing colors (NVIDIA) +USE_XORG+= x11 xcb + NLS_USES= gettext iconv NLS_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} \ --with-libintl-prefix=${LOCALBASE} |