Bug 170099 - [PATCH] accessibility/redshift: fix GUI build option
Summary: [PATCH] accessibility/redshift: fix GUI build option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-24 02:10 UTC by Mark Felder
Modified: 2012-07-24 02:20 UTC (History)
0 users

See Also:


Attachments
redshift-1.7_1.patch (607 bytes, patch)
2012-07-24 02:10 UTC, Mark Felder
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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"