svn commit: r473180 - head/comms/gqrx

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 24 04:59:50 UTC 2018


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
 


More information about the svn-ports-all mailing list