Bug 170099

Summary: [PATCH] accessibility/redshift: fix GUI build option
Product: Ports & Packages Reporter: Mark Felder <feld>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
redshift-1.7_1.patch none

Description Mark Felder freebsd_committer freebsd_triage 2012-07-24 02:10:10 UTC
fix python RUN_DEPENDS

Port maintainer (feld@feld.me) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-24 02:10:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2012-07-24 02:18:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-07-24 02:18:25 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"