Date: Thu, 8 Apr 2021 21:25:40 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ae9a12a14fc2 - main - audio/zita-convolver: Add missing run dependency Message-ID: <202104082125.138LPeh6002133@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ae9a12a14fc215d59a1f27005f98982504c9287c commit ae9a12a14fc215d59a1f27005f98982504c9287c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-04-08 21:25:10 +0000 Commit: Yuri Victorovich <yuri@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104082125.138LPeh6002133>