Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jan 2024 17:49:25 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7ede6fde18b6 - main - emulators/mupen64plus-video-rice: Add missing dependency
Message-ID:  <202401091749.409HnP21063349@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm:

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

commit 7ede6fde18b6d3680ecb3a4f964d6458da6e0766
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2024-01-09 17:48:12 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2024-01-09 17:48:12 +0000

    emulators/mupen64plus-video-rice: Add missing dependency
    
    Reported by:    pkg-fallout
---
 emulators/mupen64plus-video-rice/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/emulators/mupen64plus-video-rice/Makefile b/emulators/mupen64plus-video-rice/Makefile
index 66257d801432..d7fd1eb7e5c3 100644
--- a/emulators/mupen64plus-video-rice/Makefile
+++ b/emulators/mupen64plus-video-rice/Makefile
@@ -3,6 +3,8 @@ PKGNAMESUFFIX=	-video-rice
 
 COMMENT=	The rice graphics plugin for Mupen64plus
 
+LIB_DEPENDS=	libmupen64plus.so.2:emulators/mupen64plus-core
+
 GH_TAGNAME=	470865c6c64bdb44645faa88eae59cd87ce561b6
 
 USES=		gl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401091749.409HnP21063349>