diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-29 01:17:26 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-29 01:19:50 +0800 |
commit | 6cf7f6b1cc6f2261d4ae5ad5fb2daf737acb7534 (patch) | |
tree | 0beb94deaae977e7c6b0c485ed2847c530ea6f8c /comms/soapyairspy | |
parent | 681b324cbdc50eedea91e77948e543ac36baab41 (diff) | |
download | freebsd-ports-gnome-6cf7f6b1cc6f2261d4ae5ad5fb2daf737acb7534.tar.gz freebsd-ports-gnome-6cf7f6b1cc6f2261d4ae5ad5fb2daf737acb7534.tar.zst freebsd-ports-gnome-6cf7f6b1cc6f2261d4ae5ad5fb2daf737acb7534.zip |
Fix build of 8 ports broken by the update of misc/soapysdr
The modules directory in all of them is renamed.
Reported by: fallout
Diffstat (limited to 'comms/soapyairspy')
-rw-r--r-- | comms/soapyairspy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/soapyairspy/Makefile b/comms/soapyairspy/Makefile index dddc4d1dc487..7fb6bf52323e 100644 --- a/comms/soapyairspy/Makefile +++ b/comms/soapyairspy/Makefile @@ -1,7 +1,7 @@ PORTNAME= SoapyAirspy DISTVERSIONPREFIX= soapy-airspy- DISTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MAINTAINER= yuri@FreeBSD.org @@ -17,6 +17,6 @@ USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= pothosware -PLIST_FILES= lib/SoapySDR/modules0.7/libairspySupport.so +PLIST_FILES= lib/SoapySDR/modules0.8/libairspySupport.so .include <bsd.port.mk> |