diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-17 15:50:08 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-17 15:50:08 +0800 |
commit | 53c10227d030964317925aae228ad6b5bf8a8587 (patch) | |
tree | 3fbf56ee69ab4075b24527f5e03ebbf51d50e6f5 /comms/gnuradio | |
parent | b1ab2e076ff5e306bb73cacdbddeb17fa7b2294d (diff) | |
download | freebsd-ports-gnome-53c10227d030964317925aae228ad6b5bf8a8587.tar.gz freebsd-ports-gnome-53c10227d030964317925aae228ad6b5bf8a8587.tar.zst freebsd-ports-gnome-53c10227d030964317925aae228ad6b5bf8a8587.zip |
comms/gnuradio doesn't work with python3
PR: 234633
Diffstat (limited to 'comms/gnuradio')
-rw-r--r-- | comms/gnuradio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index fcd039267006..e5974f381551 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -56,7 +56,7 @@ GH_TAGNAME= a664001 d250816:volk # volk/lib/volk_cpu.c:62: error: can't find a register in class 'BREG' while reloading 'asm' # volk/lib/volk_cpu.c:62: error: 'asm' operand has impossible constraints USES= cmake compiler:c11 desktop-file-utils fortran gnome iconv \ - perl5 pkgconfig pyqt:5 python qt:5 shared-mime-info shebangfix + perl5 pkgconfig pyqt:5 python:2.7 qt:5 shared-mime-info shebangfix SHEBANG_FILES= grc/scripts/freedesktop/grc_setup_freedesktop.in \ gnuradio-runtime/python/gnuradio/ctrlport/gr-ctrlport-monitor \ gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx |