diff options
Diffstat (limited to 'comms/libsdr-gui/Makefile')
-rw-r--r-- | comms/libsdr-gui/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/libsdr-gui/Makefile b/comms/libsdr-gui/Makefile index 82c90bc4b5b7..442029b9f388 100644 --- a/comms/libsdr-gui/Makefile +++ b/comms/libsdr-gui/Makefile @@ -10,9 +10,9 @@ COMMENT= GUI functions (e.g. waterfall) for libsdr library LICENSE= GPLv2 -LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ - libfftw3f.so:${PORTSDIR}/math/fftw3-float \ - libsdr.so:${PORTSDIR}/comms/libsdr +LIB_DEPENDS= libfftw3.so:math/fftw3 \ + libfftw3f.so:math/fftw3-float \ + libsdr.so:comms/libsdr USE_GITHUB= yes GH_ACCOUNT= hmatuschek |