diff options
author | mr <mr@FreeBSD.org> | 2018-05-10 22:22:55 +0800 |
---|---|---|
committer | mr <mr@FreeBSD.org> | 2018-05-10 22:22:55 +0800 |
commit | 2f874b69d7a6a381ffca2d5877e773ced673e0db (patch) | |
tree | e809ce78b78fdc2e9c3a34c81fcc1823d65c735b /comms | |
parent | ff8e7882c63942574fe06ea2ed0a4d916d13320f (diff) | |
download | freebsd-ports-gnome-2f874b69d7a6a381ffca2d5877e773ced673e0db.tar.gz freebsd-ports-gnome-2f874b69d7a6a381ffca2d5877e773ced673e0db.tar.zst freebsd-ports-gnome-2f874b69d7a6a381ffca2d5877e773ced673e0db.zip |
Fix dependencies.
Diffstat (limited to 'comms')
-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> |