diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-24 04:59:49 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-24 04:59:49 +0000 |
commit | d5566eea23017cbd61c6f168fba63218a3b50c49 (patch) | |
tree | ed2de16576a82af3606474d74a272b30c175f052 | |
parent | 487c1180f97a5d25e2ca9af29e7b4cb56a9b05fd (diff) | |
download | ports-d5566eea23017cbd61c6f168fba63218a3b50c49.tar.gz ports-d5566eea23017cbd61c6f168fba63218a3b50c49.zip |
Notes
-rw-r--r-- | comms/gqrx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile index f18b4186992a..72d62ffdd105 100644 --- a/comms/gqrx/Makefile +++ b/comms/gqrx/Makefile @@ -4,6 +4,7 @@ PORTNAME= gqrx PORTVERSION= 2.11.5 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= comms hamradio @@ -22,13 +23,12 @@ LIB_DEPENDS= libgnuradio-runtime.so:comms/gnuradio \ libgnuradio-pmt.so:comms/gnuradio \ libgnuradio-osmosdr.so:comms/gr-osmosdr \ libboost_system.so:devel/boost-libs \ - libboost_program_options.so:devel/boost-libs + libboost_program_options.so:devel/boost-libs \ + liblog4cpp.so:devel/log4cpp USES= pkgconfig qmake - USE_GITHUB= yes GH_ACCOUNT= csete - USE_GL= gl USE_QT5= buildtools_build core gui svg network widgets |