From d5566eea23017cbd61c6f168fba63218a3b50c49 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 24 Jun 2018 04:59:49 +0000 Subject: comms/gqrx: Add missing library to LIB_DEPENDS Also group the USExx block. Approved by: portmgr blanket --- comms/gqrx/Makefile | 6 +++--- 1 file 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 -- cgit v1.2.3