Date: Tue, 31 Aug 2021 04:59:56 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 57f4ebad1094 - 2021Q3 - audio/cadence: Add missing dependencies Message-ID: <202108310459.17V4xum0030301@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=57f4ebad10946d3305deac00fe4d9278adf4cbf1 commit 57f4ebad10946d3305deac00fe4d9278adf4cbf1 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-08-31 04:57:41 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-08-31 04:59:02 +0000 audio/cadence: Add missing dependencies Manually cherry-picked from the 'main' branch. PR: 258177 Reported by: Filipe da Silva Santos <contact@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 b4b104ccd7be..29100aea702b 100644 --- a/audio/cadence/Makefile +++ b/audio/cadence/Makefile @@ -1,7 +1,7 @@ PORTNAME= cadence DISTVERSIONPREFIX= v DISTVERSION= 0.9.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MAINTAINER= yuri@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108310459.17V4xum0030301>