git: 5b3d12b6c636 - main - games/bzflag: Unbreak by adding missing dependencies

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 26 Nov 2022 21:53:10 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5b3d12b6c6364c42333c8d0509465b323b1f9409

commit 5b3d12b6c6364c42333c8d0509465b323b1f9409
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-11-26 21:51:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-11-26 21:51:40 +0000

    games/bzflag: Unbreak by adding missing dependencies
    
    Also add USES=desktop-file-utils.
    
    Approved by:    portmgr (unbreak)
---
 games/bzflag/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile
index ff0107a7609d..9ccafabc6237 100644
--- a/games/bzflag/Makefile
+++ b/games/bzflag/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	bzflag
 PORTVERSION=	2.4.26
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	https://download.bzflag.org/bzflag/source/${PORTVERSION}/
 
@@ -10,11 +11,13 @@ WWW=		https://bzflag.org/
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BUILD_DEPENDS=	objdump:devel/binutils \
+		${LOCALBASE}/include/linux/input.h:devel/evdev-proto
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libcares.so:dns/c-ares
 
 GNU_CONFIGURE=	yes
-USES=		autoreconf compiler:c++11-lib libtool localbase ncurses tar:bzip2
+USES=		autoreconf compiler:c++11-lib libtool localbase ncurses pkgconfig tar:bzip2
 INSTALL_TARGET=	install-strip
 
 .ifndef SERVER_ONLY
@@ -35,6 +38,7 @@ DESKTOP_ENTRIES=	"BZFlag" "Battle enemy tanks" \
 			"${DATADIR}/bzflag-256x256.png" \
 			"bzflag" "Game;ActionGame;" false
 PLIST_SUB+=		CLIENT=""
+USES+=			desktop-file-utils
 .endif
 
 .include <bsd.port.mk>