From 739dfbf99fe5eb21e92c10b2711e1c94106ad605 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Thu, 4 Feb 2021 17:12:48 +0000 Subject: comms/cubicsdr: unbreak with libglvnd Installing mesa-libs-20.2.3... [...] ===> cubicsdr-0.2.5_5 depends on shared library: libEGL.so - not found *** Error code 1 Reported by: antoine (via bug 246767 exp-run) --- comms/cubicsdr/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'comms') diff --git a/comms/cubicsdr/Makefile b/comms/cubicsdr/Makefile index 3ab7cbb0d402..0852233c724b 100644 --- a/comms/cubicsdr/Makefile +++ b/comms/cubicsdr/Makefile @@ -12,17 +12,15 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYNUMPY} \ - ${LOCALBASE}/lib/libEGL.so:graphics/mesa-libs \ ${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/mesa-dri LIB_DEPENDS= libSoapySDR.so:misc/soapysdr \ libliquid.so:comms/liquid-dsp \ libpulse.so:audio/pulseaudio \ - libhamlib.so:comms/hamlib \ - libEGL.so:graphics/mesa-libs + libhamlib.so:comms/hamlib USES= cmake compiler:c++0x gl python USE_WX= 3.1 -USE_GL+= glu +USE_GL+= egl glu OPTIONS_DEFINE= HAMLIB HAMLIB_DESC= Support rig control via hamlib -- cgit v1.2.3