summaryrefslogtreecommitdiff
path: root/Mk/Uses/meson.mk
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-04-24 12:00:20 +0200
committerTobias C. Berner <tcberner@FreeBSD.org>2022-04-24 12:00:20 +0200
commitaa2539679084872cd84112e9df6bfee571570623 (patch)
tree68559db98006e070248f851f5adaa2ad18661717 /Mk/Uses/meson.mk
parentgraphics/ImageMagick7: update to 7.1.0-31 (diff)
framework: cleanup conditional-indentations in Mk/
Run Tools/scripts/indent_make_if.pl on all of Mk. These white space changes contribute greatly to the readability of those files. As we have a version control system, finding out the reasons for the changes prior to these white space changes is still easily possible Differential Revision: https://reviews.freebsd.org/D35024 Reviewed by: portmgr (rene, bapt)
Diffstat (limited to 'Mk/Uses/meson.mk')
-rw-r--r--Mk/Uses/meson.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/Mk/Uses/meson.mk b/Mk/Uses/meson.mk
index c87ccdeafa4d..4411bb5b9f7b 100644
--- a/Mk/Uses/meson.mk
+++ b/Mk/Uses/meson.mk
@@ -20,9 +20,9 @@
_INCLUDE_USES_MESON_MK= yes
# Sanity check
-.if !empty(meson_ARGS)
+. if !empty(meson_ARGS)
IGNORE= Incorrect 'USES+= meson:${meson_ARGS}'. meson takes no arguments
-.endif
+. endif
BUILD_DEPENDS+= meson>=0.57.1_1:devel/meson
@@ -45,12 +45,12 @@ CONFIGURE_ARGS+= -Db_colorout=never
INSTALL_TARGET= install
# should we have strip separate from WITH_DEBUG?
-.if defined(WITH_DEBUG)
+. if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --buildtype debug
-.else
+. else
CONFIGURE_ARGS+= --buildtype release \
--strip
-.endif
+. endif
HAS_CONFIGURE= yes
CONFIGURE_CMD= meson