Date: Wed, 22 Jun 2016 16:37:59 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417321 - head/accessibility/redshift Message-ID: <201606221637.u5MGbxPd088385@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Wed Jun 22 16:37:59 2016 New Revision: 417321 URL: https://svnweb.freebsd.org/changeset/ports/417321 Log: accessibility/redshift: Fix warnings USE_XORG is required for proper dependency declaration MFH: 2016Q2 Differential Revision: https://reviews.freebsd.org/D6883 Modified: head/accessibility/redshift/Makefile Modified: head/accessibility/redshift/Makefile ============================================================================== --- head/accessibility/redshift/Makefile Wed Jun 22 16:18:34 2016 (r417320) +++ head/accessibility/redshift/Makefile Wed Jun 22 16:37:59 2016 (r417321) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606221637.u5MGbxPd088385>