This port requires C++11-aware compiler to build on GCC-based
architectures. PR: 234947 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
266dc8f451
commit
d3db813e7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490451
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= buddhi1980
|
||||
GH_PROJECT= ${PORTNAME}2
|
||||
|
||||
USES= cmake gnome jpeg localbase:ldflags pkgconfig qt:5
|
||||
USES= cmake compiler:c++11-lang gnome jpeg localbase:ldflags \
|
||||
pkgconfig qt:5
|
||||
USE_QT= core widgets network gui multimedia testlib \
|
||||
qmake_build buildtools_build uitools_build
|
||||
INSTALLS_ICONS= yes
|
||||
|
|
Loading…
Reference in a new issue