diff options
author | Mark Felder <feld@FreeBSD.org> | 2016-06-22 16:37:59 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2016-06-22 16:37:59 +0000 |
commit | 649081a926173c69dbb712398647057e5e032e87 (patch) | |
tree | b8f6ecde635b314e06807a00fc73742573c7a816 /accessibility/redshift | |
parent | 6d5e251a5f7276f0ad85c7f83f82d33bd4f785aa (diff) | |
download | ports-649081a926173c69dbb712398647057e5e032e87.tar.gz ports-649081a926173c69dbb712398647057e5e032e87.zip |
Notes
Diffstat (limited to 'accessibility/redshift')
-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} |