git: 955572ca1958 - main - multimedia/nymphcast: fix LIB_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Feb 2022 22:20:28 UTC
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