aboutsummaryrefslogtreecommitdiff
path: root/comms/gnuradio
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-03-20 14:07:35 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-03-20 14:07:35 +0000
commit505c6a4c89fcd9e80e306712ce3b953f87414005 (patch)
tree95bf0788fd260c24831aa21c8fa00d022c8b46b7 /comms/gnuradio
parentd27e1ea02b54a848b5fe67c856155da2f084f111 (diff)
downloadports-505c6a4c89fcd9e80e306712ce3b953f87414005.tar.gz
ports-505c6a4c89fcd9e80e306712ce3b953f87414005.zip
Really fix DEPENDS
Notes
Notes: svn path=/head/; revision=496344
Diffstat (limited to 'comms/gnuradio')
-rw-r--r--comms/gnuradio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile
index 69d3db461301..2a9260c5f23f 100644
--- a/comms/gnuradio/Makefile
+++ b/comms/gnuradio/Makefile
@@ -15,7 +15,7 @@ BROKEN_aarch64= fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5:
BROKEN_armv6= fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
BROKEN_armv7= fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml>0@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
${PYNUMPY} \
${PYTHON_SITELIBDIR}/yaml/__init__.py:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_SITELIBDIR}/gi/__init__.py:devel/py-gobject3@${PY_FLAVOR} \