aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorMichael Reifenberger <mr@FreeBSD.org>2021-01-24 23:33:35 +0000
committerMichael Reifenberger <mr@FreeBSD.org>2021-01-24 23:33:35 +0000
commit0a27f106d44ba5d04c5e61914c7e4e9e8c08e1e3 (patch)
treea108bdf31bf77cd31482648790e4a9a92ab362bd /comms
parenta1b41c4f1ffda46584b0c04f212a8476c10c778a (diff)
downloadports-0a27f106d44ba5d04c5e61914c7e4e9e8c08e1e3.tar.gz
ports-0a27f106d44ba5d04c5e61914c7e4e9e8c08e1e3.zip
Add libfftw3 dependency
Notes
Notes: svn path=/head/; revision=562519
Diffstat (limited to 'comms')
-rw-r--r--comms/hackrf-devel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/hackrf-devel/Makefile b/comms/hackrf-devel/Makefile
index d03af3d94660..ad7517deab6b 100644
--- a/comms/hackrf-devel/Makefile
+++ b/comms/hackrf-devel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= hackrf
PORTVERSION= g${GIT_SRC_DATE}
+PORTREVISION= 1
CATEGORIES= comms devel hamradio science security
PKGNAMESUFFIX= -devel
@@ -11,6 +12,9 @@ COMMENT= Low cost open source hardware software radio platform
LICENSE= GPLv2
+LIB_DEPENDS= libfftw3.so:math/fftw3 \
+ libfftw3f.so:math/fftw3-float
+
CONFLICTS= hackrf
USE_GITHUB= YES