aboutsummaryrefslogtreecommitdiff
path: root/comms/klog
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2019-04-09 23:52:29 +0000
committerDiane Bruce <db@FreeBSD.org>2019-04-09 23:52:29 +0000
commite3503f38c075fd3162c292d2a080b9740b88fd48 (patch)
tree2f304cfa8994bfc689b7bc9e34493d59d392f13b /comms/klog
parentdc4e1c2326574724b777339c45e0f291e6492108 (diff)
downloadports-e3503f38c075fd3162c292d2a080b9740b88fd48.tar.gz
ports-e3503f38c075fd3162c292d2a080b9740b88fd48.zip
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
Notes
Notes: svn path=/head/; revision=498522
Diffstat (limited to 'comms/klog')
-rw-r--r--comms/klog/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/klog/Makefile b/comms/klog/Makefile
index a33d2a26fb06..2f1282b61cd6 100644
--- a/comms/klog/Makefile
+++ b/comms/klog/Makefile
@@ -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" \