fix python RUN_DEPENDS Port maintainer (feld@feld.me) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants his PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!
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"