diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2024-11-19 16:55:04 +0000 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2024-11-19 16:59:07 +0000 |
commit | 48060e03b677c1060149c64e8d90b93a3bd7bb2b (patch) | |
tree | 85c6420bcbcbc872ba5ed430166d43bfcc6e99d8 /accessibility/gammastep/Makefile | |
parent | 5c3d5f53fc7c6b33e7f9b8c2ba5cdf9e33a56788 (diff) |
Diffstat (limited to 'accessibility/gammastep/Makefile')
-rw-r--r-- | accessibility/gammastep/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/gammastep/Makefile b/accessibility/gammastep/Makefile index 5e16f7c1da96..92f10294bc75 100644 --- a/accessibility/gammastep/Makefile +++ b/accessibility/gammastep/Makefile @@ -33,12 +33,12 @@ WAYLAND_DESC= Support Wayland (wlroots) for changing colors GEO_BUILD_DEPENDS= geoclue>=0:net/geoclue GEO_RUN_DEPENDS= geoclue>=0:net/geoclue -GEO_USE= GNOME=glib20 +GEO_USE= gnome=glib20 GEO_CONFIGURE_ENABLE= geoclue2 -GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>0:devel/py-gobject3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} +GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} GUI_USES= python +GUI_USE= gnome=pygobject3:run GUI_CONFIGURE_ENABLE= gui NLS_USES= gettext-runtime iconv |