Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jun 2016 16:41:04 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r417322 - branches/2016Q2/accessibility/redshift
Message-ID:  <201606221641.u5MGf4rK088672@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Wed Jun 22 16:41:04 2016
New Revision: 417322
URL: https://svnweb.freebsd.org/changeset/ports/417322

Log:
  MFH: r417321
  
  accessibility/redshift: Fix warnings
  
  USE_XORG is required for proper dependency declaration
  
  Differential Revision:	https://reviews.freebsd.org/D6883
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q2/accessibility/redshift/Makefile
Directory Properties:
  branches/2016Q2/   (props changed)

Modified: branches/2016Q2/accessibility/redshift/Makefile
==============================================================================
--- branches/2016Q2/accessibility/redshift/Makefile	Wed Jun 22 16:37:59 2016	(r417321)
+++ branches/2016Q2/accessibility/redshift/Makefile	Wed Jun 22 16:41:04 2016	(r417322)
@@ -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?201606221641.u5MGf4rK088672>