git: 147a3c1a57b4 - main - audio/zynaddsubfx: Fix build dependency for ZynAddSubFx.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Dec 2021 16:15:48 UTC
The branch main has been updated by hselasky:
URL: https://cgit.FreeBSD.org/ports/commit/?id=147a3c1a57b404f286e0af705fc9dcb2d150c660
commit 147a3c1a57b404f286e0af705fc9dcb2d150c660
Author: Hans Petter Selasky <hselasky@FreeBSD.org>
AuthorDate: 2021-12-26 16:14:26 +0000
Commit: Hans Petter Selasky <hselasky@FreeBSD.org>
CommitDate: 2021-12-26 16:15:19 +0000
audio/zynaddsubfx: Fix build dependency for ZynAddSubFx.
The header file(s) for fftw3-float oddly enough are installed by fftw3.
Approved by: pi (implicit)
---
audio/zynaddsubfx/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/audio/zynaddsubfx/Makefile b/audio/zynaddsubfx/Makefile
index aa59804a4ef2..386b68f12574 100644
--- a/audio/zynaddsubfx/Makefile
+++ b/audio/zynaddsubfx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= zynaddsubfx
DISTVERSION= 3.0.6-rc5
PORTEPOCH= 1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MAINTAINER= hselasky@FreeBSD.org
@@ -11,6 +11,8 @@ COMMENT= Realtime software synthesizer
LICENSE= GPLv2
+BUILD_DEPENDS= libfftw3.so:math/fftw3
+
LIB_DEPENDS= libfftw3f.so:math/fftw3-float \
libmxml.so:textproc/mxml \
liblo.so:audio/liblo