diff options
Diffstat (limited to 'comms/inspectrum/Makefile')
-rw-r--r-- | comms/inspectrum/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/comms/inspectrum/Makefile b/comms/inspectrum/Makefile index 8cd3c6a6aa4d..29cd46de3175 100644 --- a/comms/inspectrum/Makefile +++ b/comms/inspectrum/Makefile @@ -16,12 +16,14 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ libliquid.so:comms/liquid-dsp +CMAKE_INSTALL_PREFIX= ${STAGEDIR}${PREFIX} + USE_GITHUB= yes GH_ACCOUNT= miek GH_TAGNAME= 11853b64062bda4f81926613f15d1d9654c227c8 -USE_QT5= core buildtools_build -USES= cmake pkgconfig +USE_QT5= core buildtools_build concurrent widgets +USES= cmake pkgconfig qmake USE_LDCONFIG= yes .include <bsd.port.mk> |