git: a51473ca6d1c - main - audio/cadence: Add missing dependencies

Yuri Victorovich yuri at FreeBSD.org
Tue Aug 31 04:47:23 UTC 2021


The branch main has been updated by yuri:

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

commit a51473ca6d1cd312a22421712891f565230108c1
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-08-31 04:45:51 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-08-31 04:47:15 +0000

    audio/cadence: Add missing dependencies
    
    PR:             258177
    Reported by:    Filipe da Silva Santos <contact at shiori.com.br>
---
 audio/cadence/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/audio/cadence/Makefile b/audio/cadence/Makefile
index f3f72ed5522c..cc7cf399a2bd 100644
--- a/audio/cadence/Makefile
+++ b/audio/cadence/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	cadence
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	audio
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -19,7 +19,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	falkTX
 GH_PROJECT=	Cadence
 USE_QT=		core gui widgets buildtools_build
-USE_PYQT=	core_run gui_run network_run widgets_run sip xml dbussupport
+USE_PYQT=	core_run gui_run network_run opengl_run svg_run widgets_run xml_run sip xml dbussupport
 
 CXXFLAGS+=	-DJACKBRIDGE_PROPER_CPP11_SUPPORT=yes
 # Give the Makefile the proper versioned binaries of PyQt


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