git: acf7eac6df29 - main - audio/vgmplay: switch libvgm dependency to use shared library

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Thu, 12 Sep 2024 11:45:26 UTC
The branch main has been updated by tagattie:

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

commit acf7eac6df294972c9198c9b99c8e26fefc9b062
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2024-09-12 11:44:32 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2024-09-12 11:45:18 +0000

    audio/vgmplay: switch libvgm dependency to use shared library
---
 audio/vgmplay/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/audio/vgmplay/Makefile b/audio/vgmplay/Makefile
index cab4a244e16f..749d636f9e38 100644
--- a/audio/vgmplay/Makefile
+++ b/audio/vgmplay/Makefile
@@ -1,13 +1,14 @@
 PORTNAME=	vgmplay
 PORTVERSION=	0.51.1
+PORTREVISION=	1
 CATEGORIES=	audio
 
 MAINTAINER=	tagattie@FreeBSD.org
 COMMENT=	Command-line player for VGM (video game music) files
 WWW=		https://vgmrips.net/
 
-BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/vgm-player.pc:audio/libvgm
-LIB_DEPENDS=	libinih.so:devel/inih
+LIB_DEPENDS=	libvgm-emu.so:audio/libvgm \
+		libinih.so:devel/inih
 
 USES=		cmake iconv pkgconfig