Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2012 01:18:11 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301421 - head/accessibility/redshift
Message-ID:  <201207240118.q6O1IBfo070446@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207240118.q6O1IBfo070446>