diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-11-01 15:34:46 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-11-01 15:34:46 +0000 |
commit | 91449b7ba02889fb8c3bf3080a11439d57d05855 (patch) | |
tree | 8ff5bc6183a41345a350fe26f42a27ad54ec3910 /comms/libsdr-gui | |
parent | 7c2241a5bb9e6eb581379795255b45ac6df98042 (diff) | |
download | ports-91449b7ba02889fb8c3bf3080a11439d57d05855.tar.gz ports-91449b7ba02889fb8c3bf3080a11439d57d05855.zip |
Notes
Diffstat (limited to 'comms/libsdr-gui')
-rw-r--r-- | comms/libsdr-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/libsdr-gui/Makefile b/comms/libsdr-gui/Makefile index 8302a50cdac4..3a6987fa10cf 100644 --- a/comms/libsdr-gui/Makefile +++ b/comms/libsdr-gui/Makefile @@ -20,7 +20,7 @@ USE_GITHUB= yes GH_ACCOUNT= hmatuschek USE_QT= core buildtools_build qmake widgets -USES= cmake pkgconfig qt:5 +USES= cmake compiler:c++11-lang pkgconfig qt:5 USE_LDCONFIG= yes .include <bsd.port.mk> |