svn commit: r417321 - head/accessibility/redshift

Mark Felder feld at FreeBSD.org
Wed Jun 22 16:38:00 UTC 2016


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}


More information about the svn-ports-head mailing list