Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Mar 2021 20:05:10 +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: r566979 - head/audio/dragonfly-reverb-lv2
Message-ID:  <202103022005.122K5AFN020803@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Mar  2 20:05:10 2021
New Revision: 566979
URL: https://svnweb.freebsd.org/changeset/ports/566979

Log:
  audio/dragonfly-reverb-lv2: Fix build by adding bash dependency
  
  It is required by the shell script but BUILD_DEPENDS was missing.
  
  Reported by:	fallout

Modified:
  head/audio/dragonfly-reverb-lv2/Makefile

Modified: head/audio/dragonfly-reverb-lv2/Makefile
==============================================================================
--- head/audio/dragonfly-reverb-lv2/Makefile	Tue Mar  2 20:03:54 2021	(r566978)
+++ head/audio/dragonfly-reverb-lv2/Makefile	Tue Mar  2 20:05:10 2021	(r566979)
@@ -10,7 +10,8 @@ COMMENT=	Bundle of free audio effects
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	lv2>0:audio/lv2
+BUILD_DEPENDS=	lv2>0:audio/lv2 \
+		bash:shells/bash
 
 USES=		compiler:c++11-lang gl gmake localbase pkgconfig shebangfix xorg
 SHEBANG_FILES=	dpf/utils/generate-ttl.sh



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