diff options
author | antoine <antoine@FreeBSD.org> | 2014-07-21 03:10:47 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-07-21 03:10:47 +0800 |
commit | 32db356590300ecb848ab939a8afb024cc5924d0 (patch) | |
tree | e5901d1f2455213a36c618ca7c1e1be4ed09e2e7 /comms/linrad | |
parent | 3165c36604186d6ace97dc4f53c9c9fba30b9e11 (diff) | |
download | freebsd-ports-gnome-32db356590300ecb848ab939a8afb024cc5924d0.tar.gz freebsd-ports-gnome-32db356590300ecb848ab939a8afb024cc5924d0.tar.zst freebsd-ports-gnome-32db356590300ecb848ab939a8afb024cc5924d0.zip |
Fix LIB_DEPENDS
Diffstat (limited to 'comms/linrad')
-rw-r--r-- | comms/linrad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/linrad/Makefile b/comms/linrad/Makefile index e322309c90f0..75e0ac3b0956 100644 --- a/comms/linrad/Makefile +++ b/comms/linrad/Makefile @@ -14,7 +14,7 @@ MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio DSP utility (SDR) LIB_DEPENDS= librtlsdr.so:${PORTSDIR}/comms/rtl-sdr \ - portaudio2/libportaudio.so:${PORTSDIR}/audio/portaudio2 \ + libportaudio.so:${PORTSDIR}/audio/portaudio2 \ libftdi.so:${PORTSDIR}/devel/libftdi BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm |