comms/hackrf: Fix build by adding math/fftw3-float dependency

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2022-10-04 06:31:18 -08:00
parent 41c0968d55
commit 4e1de70893

View File

@ -1,5 +1,6 @@
PORTNAME= hackrf
PORTVERSION= 2021.03.1
PORTREVISION= 1
CATEGORIES= comms devel hamradio science security
MAINTAINER= tomek@cedro.info
@ -8,7 +9,8 @@ WWW= https://greatscottgadgets.com/hackrf/
LICENSE= GPLv2
LIB_DEPENDS= libfftw3.so:math/fftw3
LIB_DEPENDS= libfftw3.so:math/fftw3 \
libfftw3f.so:math/fftw3-float
USES= cmake
USE_GITHUB= YES