git: ae9a12a14fc2 - main - audio/zita-convolver: Add missing run dependency

Yuri Victorovich yuri at FreeBSD.org
Thu Apr 8 21:25:40 UTC 2021


The branch main has been updated by yuri:

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

commit ae9a12a14fc215d59a1f27005f98982504c9287c
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-04-08 21:25:10 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-04-08 21:25:37 +0000

    audio/zita-convolver: Add missing run dependency
---
 audio/zita-convolver/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/audio/zita-convolver/Makefile b/audio/zita-convolver/Makefile
index 87460fdfdf82..ad1613533ab2 100644
--- a/audio/zita-convolver/Makefile
+++ b/audio/zita-convolver/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	zita-convolver
 DISTVERSION=	4.0.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://kokkinizita.linuxaudio.org/linuxaudio/downloads/
 
@@ -14,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/../COPYING
 
 BUILD_DEPENDS=	${LOCALBASE}/include/fftw3.h:math/fftw3
 LIB_DEPENDS=	libfftw3f.so:math/fftw3-float
+RUN_DEPENDS=	${LOCALBASE}/include/fftw3.h:math/fftw3
 
 USES=		compiler:c++11-lib gmake localbase:ldflags tar:bz2
 USE_LDCONFIG=	yes


More information about the dev-commits-ports-all mailing list