git: 13cc063e01f1 - main - audio/zynaddsubfx: Fix dependency for ZynAddSubFx.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Dec 2021 13:46:17 UTC
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/ports/commit/?id=13cc063e01f1ab455495cbe12aebff39a59aff60 commit 13cc063e01f1ab455495cbe12aebff39a59aff60 Author: Hans Petter Selasky <hselasky@FreeBSD.org> AuthorDate: 2021-12-23 13:45:27 +0000 Commit: Hans Petter Selasky <hselasky@FreeBSD.org> CommitDate: 2021-12-23 13:45:45 +0000 audio/zynaddsubfx: Fix dependency for ZynAddSubFx. Approved by: pi (implicit) --- audio/zynaddsubfx/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/zynaddsubfx/Makefile b/audio/zynaddsubfx/Makefile index 31479c7921b9..aa59804a4ef2 100644 --- a/audio/zynaddsubfx/Makefile +++ b/audio/zynaddsubfx/Makefile @@ -3,6 +3,7 @@ PORTNAME= zynaddsubfx DISTVERSION= 3.0.6-rc5 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= hselasky@FreeBSD.org @@ -10,7 +11,7 @@ COMMENT= Realtime software synthesizer LICENSE= GPLv2 -LIB_DEPENDS= libfftw3.so:math/fftw3 \ +LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ libmxml.so:textproc/mxml \ liblo.so:audio/liblo