diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-07-24 01:18:10 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-07-24 01:18:10 +0000 |
commit | f1858017069046959362cc05f8bf858c47c59610 (patch) | |
tree | 1a93fe83937cb563d4cf46f65e955f731fada836 /accessibility/redshift | |
parent | 7bf80431e2da6369ea0d2c2187085ada21eb4d53 (diff) |
Notes
Diffstat (limited to 'accessibility/redshift')
-rw-r--r-- | accessibility/redshift/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/redshift/Makefile b/accessibility/redshift/Makefile index 7270632402af..c6a38a11fbbf 100644 --- a/accessibility/redshift/Makefile +++ b/accessibility/redshift/Makefile @@ -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 |