Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2022 22:20:28 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 955572ca1958 - main - multimedia/nymphcast: fix LIB_DEPENDS
Message-ID:  <202202142220.21EMKSWx047155@gitrepo.freebsd.org>

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

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

commit 955572ca19582cb2901d76ca4ec1f559e15bb2b1
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2022-02-14 22:19:14 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2022-02-14 22:19:14 +0000

    multimedia/nymphcast: fix LIB_DEPENDS
    
    Listened to portlint and didn't double-check it with poudriere
    until too late: libSDL2_image-2.0.so.0 **needs** that trailing .0
---
 multimedia/nymphcast/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multimedia/nymphcast/Makefile b/multimedia/nymphcast/Makefile
index 002d37337a11..3f170123f3d5 100644
--- a/multimedia/nymphcast/Makefile
+++ b/multimedia/nymphcast/Makefile
@@ -25,7 +25,7 @@ LIB_DEPENDS=	libnymphrpc.so:multimedia/nymphrpc \
 		libSDL2.so:devel/sdl20 \
 		libcurl.so:ftp/curl \
 		libfreeimage.so:graphics/freeimage \
-		libSDL2_image-2.0.so:graphics/sdl2_image \
+		libSDL2_image-2.0.so.0:graphics/sdl2_image \
 		libavutil.so:multimedia/ffmpeg \
 		libvlccore.so:multimedia/vlc \
 		libfreetype.so:print/freetype2



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