audio/cadence: Add missing dependencies
PR: 258177 Reported by: Filipe da Silva Santos <contact@shiori.com.br>
This commit is contained in:
parent
1b7e468497
commit
a51473ca6d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= cadence
|
PORTNAME= cadence
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.9.1
|
DISTVERSION= 0.9.1
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -19,7 +19,7 @@ USE_GITHUB= yes
|
||||||
GH_ACCOUNT= falkTX
|
GH_ACCOUNT= falkTX
|
||||||
GH_PROJECT= Cadence
|
GH_PROJECT= Cadence
|
||||||
USE_QT= core gui widgets buildtools_build
|
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
|
CXXFLAGS+= -DJACKBRIDGE_PROPER_CPP11_SUPPORT=yes
|
||||||
# Give the Makefile the proper versioned binaries of PyQt
|
# Give the Makefile the proper versioned binaries of PyQt
|
||||||
|
|
Loading…
Reference in a new issue