git: 0882bb30f3a6 - main - audio/rhythmbox: drop redundant MESON_ARGS after 3507fb3e4ec9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Apr 2023 08:55:00 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=0882bb30f3a64501503eba9ae8b18eb5ebe0bf47 commit 0882bb30f3a64501503eba9ae8b18eb5ebe0bf47 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-01 08:46:29 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-01 08:48:38 +0000 audio/rhythmbox: drop redundant MESON_ARGS after 3507fb3e4ec9 PR: 270361 Exp-run by: antoine --- audio/rhythmbox/Makefile | 4 +--- 1 file changed, 1 insertion(+), 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