From 45f92f7cf451a83bd3f6c1c08c45db6201d8e1ce Mon Sep 17 00:00:00 2001 From: "George V. Neville-Neil" Date: Mon, 3 Sep 2018 18:43:15 +0000 Subject: [PATCH] Make this port depend on its library --- comms/ubertooth/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/comms/ubertooth/Makefile b/comms/ubertooth/Makefile index bc019cacf227..03afb443e224 100644 --- a/comms/ubertooth/Makefile +++ b/comms/ubertooth/Makefile @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/../COPYING BUILD_DEPENDS= python27:lang/python27 \ pyside-py27:devel/pyside \ - ${PYNUMPY} + ${PYNUMPY} \ + libbtbb:comms/libbtbb USES= cmake:outsource