diff options
author | Diane Bruce <db@FreeBSD.org> | 2019-04-09 23:52:29 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2019-04-09 23:52:29 +0000 |
commit | e3503f38c075fd3162c292d2a080b9740b88fd48 (patch) | |
tree | 2f304cfa8994bfc689b7bc9e34493d59d392f13b | |
parent | dc4e1c2326574724b777339c45e0f291e6492108 (diff) | |
download | ports-e3503f38c075fd3162c292d2a080b9740b88fd48.tar.gz ports-e3503f38c075fd3162c292d2a080b9740b88fd48.zip |
Notes
-rw-r--r-- | comms/klog/Makefile | 3 |
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" \ |