diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-04-01 08:46:29 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-04-01 08:48:38 +0000 |
commit | 0882bb30f3a64501503eba9ae8b18eb5ebe0bf47 (patch) | |
tree | e8abafde1e8cbf9a047b25789d8786f4f6b7cc8a | |
parent | 3507fb3e4ec9d733a3be2d41cb19adb060c5e43f (diff) | |
download | ports-0882bb30f3a64501503eba9ae8b18eb5ebe0bf47.tar.gz ports-0882bb30f3a64501503eba9ae8b18eb5ebe0bf47.zip |
-rw-r--r-- | audio/rhythmbox/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 51fd5ba61bc3..405900020fc1 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -29,9 +29,7 @@ USES= desktop-file-utils gettext gnome gstreamer localbase:ldflags meson \ USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 introspection libxml2 USE_XORG= ice x11 xorgproto USE_GSTREAMER= flac lame jpeg cdparanoia vorbis -MESON_ARGS= -Dplugins_vala=enabled \ - -Dlibsecret=enabled \ - -Dgtk_doc=false \ +MESON_ARGS= -Dgtk_doc=false \ -Dtests=disabled USE_LDCONFIG= yes |