aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorGeorge V. Neville-Neil <gnn@FreeBSD.org>2018-09-03 19:43:07 +0000
committerGeorge V. Neville-Neil <gnn@FreeBSD.org>2018-09-03 19:43:07 +0000
commit3a8ad5d8e2912378561907c2aea11a5f6fb21aea (patch)
treeaf3b26e49d79b0099e939e569782d33ad90bc775 /comms
parentdd5b34f14f94cbff77a0ca9ad0c012a33596f0c2 (diff)
downloadports-3a8ad5d8e2912378561907c2aea11a5f6fb21aea.tar.gz
ports-3a8ad5d8e2912378561907c2aea11a5f6fb21aea.zip
Update build dependencies to track a library rather than an executable
Notes
Notes: svn path=/head/; revision=478916
Diffstat (limited to 'comms')
-rw-r--r--comms/libbtbb/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/libbtbb/Makefile b/comms/libbtbb/Makefile
index eec8dd0b2afb..0a752502e4b5 100644
--- a/comms/libbtbb/Makefile
+++ b/comms/libbtbb/Makefile
@@ -11,8 +11,9 @@ COMMENT= Bluetooth Baseband Library
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-BIULD_DEPENDS= pyside-py27:devel/pyside \
- ${PYNUMPY}
+LIB_DEPENDS= libpyside-python2.7.so:devel/pyside
+
+BIULD_DEPENDS= ${PYNUMPY}
USES= cmake:outsource \
python