aboutsummaryrefslogtreecommitdiff
path: root/comms/libsdr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/libsdr/Makefile')
-rw-r--r--comms/libsdr/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/libsdr/Makefile b/comms/libsdr/Makefile
index 39fe5efcaec2..6b9d3be93e39 100644
--- a/comms/libsdr/Makefile
+++ b/comms/libsdr/Makefile
@@ -10,10 +10,10 @@ COMMENT= Simple software defined radio (SDR) library
LICENSE= GPLv2
-LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio \
- libfftw3.so:${PORTSDIR}/math/fftw3 \
- libfftw3f.so:${PORTSDIR}/math/fftw3-float \
- librtlsdr.so:${PORTSDIR}/comms/rtl-sdr
+LIB_DEPENDS= libportaudio.so:audio/portaudio \
+ libfftw3.so:math/fftw3 \
+ libfftw3f.so:math/fftw3-float \
+ librtlsdr.so:comms/rtl-sdr
USE_GITHUB= yes
GH_ACCOUNT= hmatuschek