Date: Sun, 24 Jun 2018 04:59:50 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473180 - head/comms/gqrx Message-ID: <201806240459.w5O4xoeE078763@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Jun 24 04:59:49 2018 New Revision: 473180 URL: https://svnweb.freebsd.org/changeset/ports/473180 Log: comms/gqrx: Add missing library to LIB_DEPENDS Also group the USExx block. Approved by: portmgr blanket Modified: head/comms/gqrx/Makefile Modified: head/comms/gqrx/Makefile ============================================================================== --- head/comms/gqrx/Makefile Sun Jun 24 04:44:56 2018 (r473179) +++ head/comms/gqrx/Makefile Sun Jun 24 04:59:49 2018 (r473180) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806240459.w5O4xoeE078763>