Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 18:33:18 +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: r547285 - head/comms/cubicsdr
Message-ID:  <202009011833.081IXIFc017400@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Sep  1 18:33:18 2020
New Revision: 547285
URL: https://svnweb.freebsd.org/changeset/ports/547285

Log:
  comms/cubicsdr: Use USE_WX instead of the LIB_DEPENDS with the WX library

Modified:
  head/comms/cubicsdr/Makefile

Modified: head/comms/cubicsdr/Makefile
==============================================================================
--- head/comms/cubicsdr/Makefile	Tue Sep  1 18:12:20 2020	(r547284)
+++ head/comms/cubicsdr/Makefile	Tue Sep  1 18:33:18 2020	(r547285)
@@ -18,10 +18,10 @@ LIB_DEPENDS=	libSoapySDR.so:misc/soapysdr \
 		libliquid.so:comms/liquid-dsp \
 		libpulse.so:audio/pulseaudio \
 		libhamlib.so:comms/hamlib \
-		libEGL.so:graphics/mesa-libs \
-		libwx_gtk3u_core-3.1.so:x11-toolkits/wxgtk31
+		libEGL.so:graphics/mesa-libs
 
 USES=		cmake compiler:c++0x gl python
+USE_WX=		3.1
 USE_GL+=	glu
 
 OPTIONS_DEFINE=	HAMLIB



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009011833.081IXIFc017400>