git: 3793a17fe016 - main - games/fheroes2: add timidity to RUN_DEPENDS

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Sat, 16 Jul 2022 00:06:43 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3793a17fe0169eb2b1b9d85e3d596a03514d1ad5

commit 3793a17fe0169eb2b1b9d85e3d596a03514d1ad5
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-07-15 23:51:54 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-07-15 23:51:54 +0000

    games/fheroes2: add timidity to RUN_DEPENDS
    
    Apparently needed to have working sound in some configurations.
    
    Reported by:    crypt@crypts.me
---
 games/fheroes2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games/fheroes2/Makefile b/games/fheroes2/Makefile
index 15e8b20c4f6d..2eae5fcf3396 100644
--- a/games/fheroes2/Makefile
+++ b/games/fheroes2/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	fheroes2
 PORTVERSION=	0.9.17
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	pkubaj@FreeBSD.org
@@ -9,6 +10,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libpng.so:graphics/png
+RUN_DEPENDS=	timidity:audio/timidity
 
 USES=		cmake gettext-tools iconv localbase:ldflags pkgconfig sdl \
 		shebangfix