diff --git a/comms/hackrf/Makefile b/comms/hackrf/Makefile index 51a319c7b093..374a375a4464 100644 --- a/comms/hackrf/Makefile +++ b/comms/hackrf/Makefile @@ -1,25 +1,27 @@ PORTNAME= hackrf PORTVERSION= 2021.03.1 +PORTREVISION= 1 CATEGORIES= comms devel hamradio science security MAINTAINER= tomek@cedro.info COMMENT= Low cost open source hardware software radio platform 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 GH_ACCOUNT= mossmann GH_TAGNAME= e6eb4ba CONFLICTS= hackrf-devel CMAKE_SOURCE_PATH= ${WRKSRC}/host CMAKE_ARGS= -DLIBUSB_LIBRARIES=/usr/lib/libusb.so USE_LDCONFIG= yes .include