git: 646859b50aef - main - multimedia/kew: Update dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Oct 2024 10:15:43 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=646859b50aef8c62167eb056a07c7a30f6aef3ee commit 646859b50aef8c62167eb056a07c7a30f6aef3ee Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-10-25 09:21:22 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-10-25 10:15:35 +0000 multimedia/kew: Update dependencies --- multimedia/kew/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/multimedia/kew/Makefile b/multimedia/kew/Makefile index 3ec40e512f66..a1abf2490b68 100644 --- a/multimedia/kew/Makefile +++ b/multimedia/kew/Makefile @@ -1,6 +1,7 @@ PORTNAME= kew DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org @@ -12,10 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= compilation fails with incompatible pointer, see https://github.com/ravachol/kew/issues/118 -LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ - libchafa.so:graphics/chafa \ +LIB_DEPENDS= libchafa.so:graphics/chafa \ + libfaad.so:audio/faad \ libfftw3f.so:math/fftw3-float \ - libfreeimage.so:graphics/freeimage \ libnotify.so:devel/libnotify \ libogg.so:audio/libogg \ libopus.so:audio/opus \