diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-09-01 18:33:18 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-09-01 18:33:18 +0000 |
commit | f1a398f68d67c733065ef5c55b8ecc369fc5a779 (patch) | |
tree | 17d3fdb6992adc24e4cdc070c904798da66e233d | |
parent | x11-toolkits/wxgtk31: Update 3.1.3 -> 3.1.4 (diff) |
comms/cubicsdr: Use USE_WX instead of the LIB_DEPENDS with the WX library
Notes
Notes:
svn path=/head/; revision=547285
-rw-r--r-- | comms/cubicsdr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/cubicsdr/Makefile b/comms/cubicsdr/Makefile index 1c37d8e387d2..3f6fd04704c3 100644 --- a/comms/cubicsdr/Makefile +++ b/comms/cubicsdr/Makefile @@ -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 |