aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorGeorge V. Neville-Neil <gnn@FreeBSD.org>2018-09-04 13:12:08 +0000
committerGeorge V. Neville-Neil <gnn@FreeBSD.org>2018-09-04 13:12:08 +0000
commit5ead7a128d06f120ae427fcb4631f17dde3c50dc (patch)
tree2bdbad947d89b0cc76cd71dac13c653ee6bb1c2f /comms
parent1e447158f774fbba79fd6f26850b1ab2207cf2e8 (diff)
downloadports-5ead7a128d06f120ae427fcb4631f17dde3c50dc.tar.gz
ports-5ead7a128d06f120ae427fcb4631f17dde3c50dc.zip
Remove an unused dependency, update to properly grab version of Python
Reported by: jbeich
Notes
Notes: svn path=/head/; revision=478954
Diffstat (limited to 'comms')
-rw-r--r--comms/libbtbb/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/libbtbb/Makefile b/comms/libbtbb/Makefile
index 0a752502e4b5..6ab57fd6f099 100644
--- a/comms/libbtbb/Makefile
+++ b/comms/libbtbb/Makefile
@@ -11,12 +11,10 @@ COMMENT= Bluetooth Baseband Library
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libpyside-python2.7.so:devel/pyside
-
BIULD_DEPENDS= ${PYNUMPY}
USES= cmake:outsource \
- python
+ python:2.7,build
USE_GITHUB= yes
GH_ACCOUNT= greatscottgadgets