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 /audio/pulseeffects | |
parent | dc8bd44c128467d5b76d40478fa87da62d56d35d (diff) | |
download | ports-ca3f925d6eb53ff27e2a49775f6d33f52a587ae4.tar.gz ports-ca3f925d6eb53ff27e2a49775f6d33f52a587ae4.zip |
Diffstat (limited to 'audio/pulseeffects')
-rw-r--r-- | audio/pulseeffects/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pulseeffects/Makefile b/audio/pulseeffects/Makefile index 54af564c3ebc..4f8ac34d41f3 100644 --- a/audio/pulseeffects/Makefile +++ b/audio/pulseeffects/Makefile @@ -40,10 +40,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ zam-plugins-lv2>0:audio/zam-plugins-lv2 USES= compiler:c++17-lang desktop-file-utils libtool \ - localbase:ldflags gettext gnome meson ninja pathfix pkgconfig \ + localbase:ldflags gettext gnome gstreamer meson ninja pathfix pkgconfig \ python:3.6+ shebangfix USE_GNOME= cairo gtkmm30 libsigc++20 pygobject3 -USE_GSTREAMER1= bad bs2b good ladspa lv2 pulse webrtcdsp +USE_GSTREAMER= bad bs2b good ladspa lv2 pulse webrtcdsp USE_LDCONFIG= yes USE_GITHUB= yes |