git: 25b2709b8359 - main - multimedia/libdv: drop redundant MESON_ARGS after 3507fb3e4ec9

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sat, 01 Apr 2023 08:55:04 UTC
The branch main has been updated by jbeich:

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

commit 25b2709b83592d43b5f668902b15ee22bac238fa
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-01 08:47:21 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-01 08:48:40 +0000

    multimedia/libdv: drop redundant MESON_ARGS after 3507fb3e4ec9
    
    PR:             270361
    Exp-run by:     antoine
---
 multimedia/libdv/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multimedia/libdv/Makefile b/multimedia/libdv/Makefile
index 6e7b6d3892de..c6de6c1f06be 100644
--- a/multimedia/libdv/Makefile
+++ b/multimedia/libdv/Makefile
@@ -24,6 +24,6 @@ USE_LDCONFIG=	yes
 
 LDFLAGS_i386=	-Wl,-znotext
 
-MESON_ARGS=	-Dpopt=enabled -Dtools=enabled
+MESON_ARGS=	-Dtools=enabled
 
 .include <bsd.port.mk>