diff options
Diffstat (limited to 'comms/libsdr-gui/Makefile')
-rw-r--r-- | comms/libsdr-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/libsdr-gui/Makefile b/comms/libsdr-gui/Makefile index eae58c112759..8302a50cdac4 100644 --- a/comms/libsdr-gui/Makefile +++ b/comms/libsdr-gui/Makefile @@ -19,8 +19,8 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ USE_GITHUB= yes GH_ACCOUNT= hmatuschek -USE_QT5= core buildtools_build qmake widgets -USES= cmake pkgconfig +USE_QT= core buildtools_build qmake widgets +USES= cmake pkgconfig qt:5 USE_LDCONFIG= yes .include <bsd.port.mk> |