git: 04faeb256407 - main - net/wlvncc: dedup libdrm in _DEPENDS after 5e79376860c4

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 11 Dec 2023 13:19:53 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=04faeb256407343d5902f147c62da5a4738ae085

commit 04faeb256407343d5902f147c62da5a4738ae085
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-12-11 13:17:39 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-12-11 13:18:48 +0000

    net/wlvncc: dedup libdrm in _DEPENDS after 5e79376860c4
---
 net/wlvncc/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net/wlvncc/Makefile b/net/wlvncc/Makefile
index 3a6982f8b544..2d6baf9360d3 100644
--- a/net/wlvncc/Makefile
+++ b/net/wlvncc/Makefile
@@ -12,8 +12,7 @@ LICENSE_COMB=	multi
 LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING.GPL
 LICENSE_FILE_ISCL=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
-		${LOCALBASE}/include/libdrm/drm_fourcc.h:graphics/libdrm
+BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto
 LIB_DEPENDS=	liblzo2.so:archivers/lzo2 \
 		libaml.so:devel/aml \
 		libdrm.so:graphics/libdrm \