Fix dependencies.

This commit is contained in:
Michael Reifenberger 2018-05-10 14:22:55 +00:00
parent 55777d4504
commit a9ac11d810
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469547

View File

@ -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>