diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-08 07:34:58 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-08 07:34:58 +0800 |
commit | 41a5ceaa96f75837f92111b50ff69154f2ef7d58 (patch) | |
tree | 338ccb38872de013430712b9bbe483f8c7a556e0 /dns/libpsl | |
parent | devel/argp-standalone: Cosmetic change (diff) |
dns/libpsl: Cosmetic change
Diffstat (limited to 'dns/libpsl')
-rw-r--r-- | dns/libpsl/Makefile | 4 |
1 files 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 |