git: a0818e6d5342 - main - misc/libmodulemd: drop unused Meson options after 8e0304d612f2

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Wed, 13 Oct 2021 16:56:15 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a0818e6d53420034aa6139f12bb90859ea60926f

commit a0818e6d53420034aa6139f12bb90859ea60926f
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-10-13 16:16:31 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-10-13 16:52:54 +0000

    misc/libmodulemd: drop unused Meson options after 8e0304d612f2
    
    meson.build:12:0: ERROR: Unknown options: "developer_build, skip_formatters"
    
    https://github.com/fedora-modularity/libmodulemd/commit/1096cda67bbb
    
    PR:             259080
    Reported by:    antoine (via exp-run)
    Regressed by:   https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
---
 misc/libmodulemd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/libmodulemd/Makefile b/misc/libmodulemd/Makefile
index 6d86d7d3fc85..eb791a4a274f 100644
--- a/misc/libmodulemd/Makefile
+++ b/misc/libmodulemd/Makefile
@@ -19,6 +19,6 @@ USES=		compiler:c11 gnome meson pkgconfig tar:xz
 USE_GNOME=	glib20 introspection:build
 USE_LDCONFIG=	yes
 
-MESON_ARGS=	-Ddeveloper_build=false -Dskip_formatters=true -Dwith_manpages="enabled" -Dwith_docs=false
+MESON_ARGS=	-Dwith_manpages="enabled" -Dwith_docs=false
 
 .include <bsd.port.mk>