diff options
-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> |