mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
comms/hackrf: Fix build by adding math/fftw3-float dependency
Reported by: fallout
This commit is contained in:
parent
41c0968d55
commit
4e1de70893
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user