diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-21 21:59:06 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-21 21:59:06 +0000 |
commit | 80bce7822752f5eb785cbc9428685d9058c0b941 (patch) | |
tree | d278b8d451a404da28cf15c62a96d974dcd4b16c /comms/quisk | |
parent | 4bb5885d6910133cca891800a4911190735cc815 (diff) | |
download | ports-80bce7822752f5eb785cbc9428685d9058c0b941.tar.gz ports-80bce7822752f5eb785cbc9428685d9058c0b941.zip |
Notes
Diffstat (limited to 'comms/quisk')
-rw-r--r-- | comms/quisk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/quisk/Makefile b/comms/quisk/Makefile index 3638c92d05bf..1c54b6db5383 100644 --- a/comms/quisk/Makefile +++ b/comms/quisk/Makefile @@ -15,7 +15,7 @@ COMMENT= Software Defined Radio (SDR) LICENSE= GPLv2 LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ - portaudio2/libportaudio.so:${PORTSDIR}/audio/portaudio2 \ + libportaudio.so:${PORTSDIR}/audio/portaudio2 \ libasound.so:${PORTSDIR}/audio/alsa-lib \ libpulse.so:${PORTSDIR}/audio/pulseaudio |