diff options
author | swills <swills@FreeBSD.org> | 2012-07-24 09:18:10 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-07-24 09:18:10 +0800 |
commit | 1d6fcea570d5092b27cc8ac2f4ddb26b52c7a29e (patch) | |
tree | 1a93fe83937cb563d4cf46f65e955f731fada836 /accessibility | |
parent | a25d7289315f8c47cbe2268bcf8b4966e9ec5602 (diff) | |
download | freebsd-ports-gnome-1d6fcea570d5092b27cc8ac2f4ddb26b52c7a29e.tar.gz freebsd-ports-gnome-1d6fcea570d5092b27cc8ac2f4ddb26b52c7a29e.tar.zst freebsd-ports-gnome-1d6fcea570d5092b27cc8ac2f4ddb26b52c7a29e.zip |
- Fix build with GUI enabled
PR: ports/170099
Submitted by: Mark Felder <feld@feld.me> (maintainer)
Diffstat (limited to 'accessibility')
-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 |