diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-30 15:50:30 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-30 15:50:30 +0000 |
| commit | 551be3c7231225ed9c26479af2b8914fb2ef0ea8 (patch) | |
| tree | d296c82a71504382f4faefa0bf8d7be384ea1105 /accessibility/redshift | |
| parent | 02f9c9be1699251467efc027f210049dfe14f9c5 (diff) | |
Notes
Diffstat (limited to 'accessibility/redshift')
| -rw-r--r-- | accessibility/redshift/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/redshift/Makefile b/accessibility/redshift/Makefile index 7b35b3a5650f..79905e36b3d4 100644 --- a/accessibility/redshift/Makefile +++ b/accessibility/redshift/Makefile @@ -42,10 +42,10 @@ RANDR_CONFIGURE_ENABLE= randr VIDMODE_USE= XORG=xxf86vm VIDMODE_CONFIGURE_ENABLE= vidmode -GUI_USES= python +GUI_USES= python:2.7 GUI_CONFIGURE_ENABLE= gui -GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2 \ - ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg +GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} GNOME_CONFIGURE_ENABLE= gnome-clock GNOME_USE= GNOME=glib20,gconf2 |
