aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-10-13 16:16:31 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-10-13 16:52:54 +0000
commita0818e6d53420034aa6139f12bb90859ea60926f (patch)
tree5e5bf37c8bd74ffde232945d03288a54af48e9f6
parent81d28e312645186953adcbc7a4c08fcf27363c1b (diff)
downloadports-a0818e6d53420034aa6139f12bb90859ea60926f.tar.gz
ports-a0818e6d53420034aa6139f12bb90859ea60926f.zip
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
-rw-r--r--misc/libmodulemd/Makefile2
1 files changed, 1 insertions, 1 deletions
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>