git: 4e1de70893d0 - main - comms/hackrf: Fix build by adding math/fftw3-float dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Oct 2022 18:19:24 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e1de70893d01430744e856b117016cb2cf7c03c commit 4e1de70893d01430744e856b117016cb2cf7c03c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-04 14:31:18 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-04 18:19:22 +0000 comms/hackrf: Fix build by adding math/fftw3-float dependency Reported by: fallout --- comms/hackrf/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/comms/hackrf/Makefile b/comms/hackrf/Makefile index 51a319c7b093..374a375a4464 100644 --- a/comms/hackrf/Makefile +++ b/comms/hackrf/Makefile @@ -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