diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-04-29 04:52:18 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-04-30 08:03:20 +0000 |
commit | ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 (patch) | |
tree | 8330d02f36a17f334c0d38f6741d0d042f6d6f38 /deskutils/gnome-pomodoro | |
parent | dc8bd44c128467d5b76d40478fa87da62d56d35d (diff) |
Diffstat (limited to 'deskutils/gnome-pomodoro')
-rw-r--r-- | deskutils/gnome-pomodoro/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/gnome-pomodoro/Makefile b/deskutils/gnome-pomodoro/Makefile index 51fbc94c9125..f06935bb8066 100644 --- a/deskutils/gnome-pomodoro/Makefile +++ b/deskutils/gnome-pomodoro/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libgom-1.0.so:databases/gom \ libpeas-1.0.so:devel/libpeas -USES= desktop-file-utils gettext-tools gmake gnome libtool meson \ +USES= desktop-file-utils gettext-tools gmake gnome gstreamer libtool meson \ pkgconfig sqlite USE_GITHUB= yes @@ -23,7 +23,6 @@ USE_GITHUB= yes # from vala source. USE_GCC=yes is a temporary workaround to this issue. USE_GCC= yes USE_GNOME= cairo glib20 gtk30 introspection -USE_GSTREAMER1= yes GLIB_SCHEMAS= org.gnome.pomodoro.gschema.xml \ org.gnome.pomodoro.plugins.actions.gschema.xml \ |