svn commit: r547285 - head/comms/cubicsdr

Yuri Victorovich yuri at FreeBSD.org
Tue Sep 1 18:33:18 UTC 2020


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


More information about the svn-ports-all mailing list