diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /comms/jsdr/Makefile | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) |
Notes
Diffstat (limited to 'comms/jsdr/Makefile')
-rw-r--r-- | comms/jsdr/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/comms/jsdr/Makefile b/comms/jsdr/Makefile index c3bd382aa8ee..c2285e1d06d2 100644 --- a/comms/jsdr/Makefile +++ b/comms/jsdr/Makefile @@ -13,11 +13,11 @@ COMMENT= SDR tools for RTL2832-based USB sticks LICENSE= GPLv2 -LIB_DEPENDS+= libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 \ - libportaudio.so:${PORTSDIR}/audio/portaudio \ - libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ - libsndfile.so:${PORTSDIR}/audio/libsndfile \ - libfftw3.so:${PORTSDIR}/math/fftw3 +LIB_DEPENDS+= libqwt.so:x11-toolkits/qwt5 \ + libportaudio.so:audio/portaudio \ + libsamplerate.so:audio/libsamplerate \ + libsndfile.so:audio/libsndfile \ + libfftw3.so:math/fftw3 USES= tar:tgz USE_QT4= gui qt3support qmake_build moc_build rcc_build uic_build |