Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2020 18:56:21 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548742 - head/audio/zrythm
Message-ID:  <202009151856.08FIuLLA040841@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Sep 15 18:56:21 2020
New Revision: 548742
URL: https://svnweb.freebsd.org/changeset/ports/548742

Log:
  audio/zrythm: Move math/fftw3* dependencies to LIB_DEPENDS because now it links to the fft3 shared libs

Modified:
  head/audio/zrythm/Makefile

Modified: head/audio/zrythm/Makefile
==============================================================================
--- head/audio/zrythm/Makefile	Tue Sep 15 18:55:43 2020	(r548741)
+++ head/audio/zrythm/Makefile	Tue Sep 15 18:56:21 2020	(r548742)
@@ -3,7 +3,7 @@
 PORTNAME=	zrythm
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.8.911
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -12,15 +12,15 @@ COMMENT=	Modern music production system, also known as
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	fftw3>0:math/fftw3 \
-		fftw3-float>0:math/fftw3-float \
-		help2man:misc/help2man \
+BUILD_DEPENDS=	help2man:misc/help2man \
 		kf5-breeze-icons>0:x11-themes/kf5-breeze-icons
 LIB_DEPENDS=	libaudec.so:audio/libaudec \
 		libavcodec.so:multimedia/ffmpeg \
 		libcyaml.so:textproc/libcyaml \
 		libgtop-2.0.so:devel/libgtop \
 		libcgraph.so:graphics/graphviz \
+		libfftw3_threads.so:math/fftw3 \
+		libfftw3f_threads.so:math/fftw3-float \
 		libguile-2.2.so:lang/guile2 \
 		libjack.so:audio/jack \
 		liblilv-0.so:audio/lilv \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009151856.08FIuLLA040841>