diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2016-01-08 20:22:36 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2016-01-08 20:22:36 +0000 |
commit | 4154d0b6668a5350bba863d59fa72b8e9e73a0d1 (patch) | |
tree | 2053fb1727f952dfa101224aaad738eb4f1e1782 /comms/gqrx/Makefile | |
parent | a3d7af300e8e85c5aa38b7d38b972ecbbc3094c2 (diff) | |
download | ports-4154d0b6668a5350bba863d59fa72b8e9e73a0d1.tar.gz ports-4154d0b6668a5350bba863d59fa72b8e9e73a0d1.zip |
Notes
Diffstat (limited to 'comms/gqrx/Makefile')
-rw-r--r-- | comms/gqrx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile index c8216c0b0631..3d4544c46620 100644 --- a/comms/gqrx/Makefile +++ b/comms/gqrx/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gqrx -PORTVERSION= 2.3.2 +PORTVERSION= 2.5.1 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= comms hamradio @@ -19,6 +19,8 @@ LIB_DEPENDS= libgnuradio-runtime.so:${PORTSDIR}/comms/gnuradio \ libgnuradio-filter.so:${PORTSDIR}/comms/gnuradio \ libgnuradio-fft.so:${PORTSDIR}/comms/gnuradio \ libgnuradio-audio.so:${PORTSDIR}/comms/gnuradio \ + libgnuradio-digital.so:${PORTSDIR}/comms/gnuradio \ + libgnuradio-pmt.so:${PORTSDIR}/comms/gnuradio \ libgnuradio-osmosdr.so:${PORTSDIR}/comms/gr-osmosdr \ libpulse.so:${PORTSDIR}/audio/pulseaudio \ libpulse-simple.so:${PORTSDIR}/audio/pulseaudio |