diff options
author | gnn <gnn@FreeBSD.org> | 2018-09-04 02:43:15 +0800 |
---|---|---|
committer | gnn <gnn@FreeBSD.org> | 2018-09-04 02:43:15 +0800 |
commit | 0b70cad0d411704d73422bef0a7e9c1974837240 (patch) | |
tree | 3943682edfc8d213a7368f3bd60c69d458356683 /comms | |
parent | 89d89d3bdc887c0e03c966af6b58c9fcd274ea33 (diff) | |
download | freebsd-ports-gnome-0b70cad0d411704d73422bef0a7e9c1974837240.tar.gz freebsd-ports-gnome-0b70cad0d411704d73422bef0a7e9c1974837240.tar.zst freebsd-ports-gnome-0b70cad0d411704d73422bef0a7e9c1974837240.zip |
Make this port depend on its library
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ubertooth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |