aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorGeorge V. Neville-Neil <gnn@FreeBSD.org>2018-09-03 19:33:28 +0000
committerGeorge V. Neville-Neil <gnn@FreeBSD.org>2018-09-03 19:33:28 +0000
commite6d9ec2f1a826df6a65b6d4feb40a9713eb59bc5 (patch)
treecb661e41a45884c8380d94e9d8667e28e0a47b55 /comms
parent0536ebab0c1e8cf30d7460610ae945a3ffab1474 (diff)
downloadports-e6d9ec2f1a826df6a65b6d4feb40a9713eb59bc5.tar.gz
ports-e6d9ec2f1a826df6a65b6d4feb40a9713eb59bc5.zip
Switch to the more idiomatic inclusion of Python
Notes
Notes: svn path=/head/; revision=478914
Diffstat (limited to 'comms')
-rw-r--r--comms/libbtbb/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/libbtbb/Makefile b/comms/libbtbb/Makefile
index 1ab645273c9c..eec8dd0b2afb 100644
--- a/comms/libbtbb/Makefile
+++ b/comms/libbtbb/Makefile
@@ -11,11 +11,11 @@ COMMENT= Bluetooth Baseband Library
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= python27:lang/python27 \
- pyside-py27:devel/pyside \
+BIULD_DEPENDS= pyside-py27:devel/pyside \
${PYNUMPY}
-USES= cmake:outsource
+USES= cmake:outsource \
+ python
USE_GITHUB= yes
GH_ACCOUNT= greatscottgadgets