Add USES=compiler:c++11-lang to fix build on GCC architectures.

Tested on powerpc64 and amd64. pkubaj@anongoth.pl
Add missing USES=gl as detected by poudriere db@

PR:		ports/237139
Submitted by:	pkubaj@anongoth.pl
This commit is contained in:
Diane Bruce 2019-04-09 23:52:29 +00:00
parent dc4e1c2326
commit e3503f38c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498522

View File

@ -12,7 +12,8 @@ COMMENT= Simple Qt-based amateur radio logger
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= qmake qt:5
USES= compiler:c++11-lang gl qmake qt:5
USE_GL= glu
USE_QT= buildtools_build core gui linguisttools_build multimedia network \
printsupport sql sql-sqlite3_run widgets
DESKTOP_ENTRIES= "KLog" "Simple Amateur Radio Logging Program" \