aboutsummaryrefslogtreecommitdiff
path: root/comms/inspectrum
diff options
context:
space:
mode:
authorMichael Reifenberger <mr@FreeBSD.org>2018-05-10 14:22:55 +0000
committerMichael Reifenberger <mr@FreeBSD.org>2018-05-10 14:22:55 +0000
commita9ac11d81016f32ac1770befc48e166937344811 (patch)
treee809ce78b78fdc2e9c3a34c81fcc1823d65c735b /comms/inspectrum
parent55777d4504c4ba7b36fd56ed68bf1783550a96c0 (diff)
downloadports-a9ac11d81016f32ac1770befc48e166937344811.tar.gz
ports-a9ac11d81016f32ac1770befc48e166937344811.zip
Fix dependencies.
Notes
Notes: svn path=/head/; revision=469547
Diffstat (limited to 'comms/inspectrum')
-rw-r--r--comms/inspectrum/Makefile6
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>