svn commit: r301421 - head/accessibility/redshift

Steve Wills swills at FreeBSD.org
Tue Jul 24 01:18:11 UTC 2012


Author: swills
Date: Tue Jul 24 01:18:10 2012
New Revision: 301421
URL: http://svn.freebsd.org/changeset/ports/301421

Log:
  - Fix build with GUI enabled
  
  PR:		ports/170099
  Submitted by:	Mark Felder <feld at feld.me> (maintainer)

Modified:
  head/accessibility/redshift/Makefile   (contents, props changed)

Modified: head/accessibility/redshift/Makefile
==============================================================================
--- head/accessibility/redshift/Makefile	Tue Jul 24 01:12:06 2012	(r301420)
+++ head/accessibility/redshift/Makefile	Tue Jul 24 01:18:10 2012	(r301421)
@@ -58,8 +58,8 @@ CONFIGURE_ARGS+=--disable-vidmode
 
 .if ${PORT_OPTIONS:MGUI}
 CONFIGURE_ARGS+=--enable-gui --enable-gnome-clock
-RUN_DEPENDS+=	py-gtk2:${PORTSDIR}/x11-toolkits/py-gtk2 \
-		py-xdg:${PORTSDIR}/devel/py-xdg
+RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \
+		${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
 PLIST_SUB+=	GUI=""
 .else
 CONFIGURE_ARGS+=--disable-gui --disable-gnome-clock



More information about the svn-ports-all mailing list