This port needs USES=compiler:c++11-lang to build on GCC-based
architectures. While here, add USES=gl. PR: 234213 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
e48d5abde8
commit
f84515c8b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488044
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ COMMENT= Asynchronous Python 3 Bindings for Qt 5
|
|||
LICENSE= ISCL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gettext-runtime gl python:3.4+ qmake qt:5
|
||||
USES= compiler:c++11-lang gettext-runtime gl python:3.4+ qmake qt:5
|
||||
USE_QT= core declarative gui network quickcontrols svg testlib \
|
||||
widgets buildtools_build
|
||||
USE_GL= gl
|
||||
|
|
Loading…
Reference in a new issue