git: 3ccc89cced1e - main - audio/spectmorph: Move dependencies required for options under options

Yuri Victorovich yuri at FreeBSD.org
Mon Jun 28 08:08:50 UTC 2021


The branch main has been updated by yuri:

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

commit 3ccc89cced1e58b7b714a98b7010841d96553add
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-06-28 04:22:28 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-06-28 08:08:45 +0000

    audio/spectmorph: Move dependencies required for options under options
---
 audio/spectmorph/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/audio/spectmorph/Makefile b/audio/spectmorph/Makefile
index 47b6f3d3d0c2..e1f12104f16b 100644
--- a/audio/spectmorph/Makefile
+++ b/audio/spectmorph/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	spectmorph
 DISTVERSION=	0.5.2
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	https://spectmorph.org/files/releases/
 
@@ -9,12 +10,10 @@ COMMENT=	Analyze and combine samples of musical instruments
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	fftw3>0:math/fftw3 \
-		lv2>0:audio/lv2
+BUILD_DEPENDS=	fftw3>0:math/fftw3
 LIB_DEPENDS=	libao.so:audio/libao \
 		libfftw3f.so:math/fftw3-float \
 		libfreetype.so:print/freetype2 \
-		libjack.so:audio/jack \
 		libsndfile.so:audio/libsndfile
 
 USES=		autoreconf desktop-file-utils gettext-runtime gl gmake gnome libtool pkgconfig python:run qt:5 shebangfix tar:bz2 xorg
@@ -37,8 +36,10 @@ OPTIONS_DEFAULT=	JACK LV2
 OPTIONS_SUB=		yes
 
 JACK_CONFIGURE_WITH=	jack
+JACK_LIB_DEPENDS=	libjack.so:audio/jack
 
 LV2_DESC=		Build the LV2 plugin
 LV2_CONFIGURE_WITH=	lv2
+LV2_BUILD_DEPENDS=	lv2>0:audio/lv2
 
 .include <bsd.port.mk>


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