diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-05-04 13:22:01 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-05-04 13:22:01 +0800 |
commit | 68a87aa66f85c67d35cadd2bd8f8fe939d847e96 (patch) | |
tree | d78e17c1b81eab121e628f47af7f478dd636babd /comms | |
parent | fcbacb4ef97d6fcb361a285fe340d11871a3ccd0 (diff) | |
download | freebsd-ports-gnome-68a87aa66f85c67d35cadd2bd8f8fe939d847e96.tar.gz freebsd-ports-gnome-68a87aa66f85c67d35cadd2bd8f8fe939d847e96.tar.zst freebsd-ports-gnome-68a87aa66f85c67d35cadd2bd8f8fe939d847e96.zip |
Fix shebangs
Reviewed by: mat
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D10527
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnuradio/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 00b6b428d090..ee4682825fda 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.10.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db @@ -42,7 +42,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} # 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:outsource compiler:c11 iconv perl5 pkgconfig pyqt:4 python:2.7 shebangfix -SHEBANG_FILES= grc/scripts/freedesktop/grc_setup_freedesktop.in +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 CMAKE_ARGS+= -DSWIG_EXECUTABLE:STRING="${LOCALBASE}/bin/swig2.0"\ -DICONV_PREFIX:STRING="${ICONV_PREFIX}" \ -DICONV_LIB:STRING="X${ICONV_LIB}" \ |