git: 41a5ceaa96f7 - main - dns/libpsl: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 07 May 2023 23:35:22 UTC
The branch main has been updated by sunpoet:

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

commit 41a5ceaa96f75837f92111b50ff69154f2ef7d58
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-07 23:34:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-07 23:34:58 +0000

    dns/libpsl: Cosmetic change
---
 dns/libpsl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dns/libpsl/Makefile b/dns/libpsl/Makefile
index 5d1ebe596afb..8ac639cac720 100644
--- a/dns/libpsl/Makefile
+++ b/dns/libpsl/Makefile
@@ -15,8 +15,8 @@ BUILD_DEPENDS=	public_suffix_list>=0:dns/public_suffix_list
 
 USES=		localbase:ldflags meson pkgconfig python:build shebangfix tar:lz
 
-MESON_ARGS=	-Dbuiltin=true \
-		-Ddefault_library=both \
+MESON_ARGS=	--default-library=both \
+		-Dbuiltin=true \
 		-Ddocs=false \
 		-Dpsl_file=${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat \
 		-Dpsl_testfile=${LOCALBASE}/share/public_suffix_list/test_psl.txt