diff options
author | gnn <gnn@FreeBSD.org> | 2018-09-04 21:12:08 +0800 |
---|---|---|
committer | gnn <gnn@FreeBSD.org> | 2018-09-04 21:12:08 +0800 |
commit | f3e4a5e598043067ce3b8ac0709879ab0dd32a82 (patch) | |
tree | 2bdbad947d89b0cc76cd71dac13c653ee6bb1c2f /comms | |
parent | d0be44a8187dac47a35eded2226e74f4fe80a673 (diff) | |
download | freebsd-ports-gnome-f3e4a5e598043067ce3b8ac0709879ab0dd32a82.tar.gz freebsd-ports-gnome-f3e4a5e598043067ce3b8ac0709879ab0dd32a82.tar.zst freebsd-ports-gnome-f3e4a5e598043067ce3b8ac0709879ab0dd32a82.zip |
Remove an unused dependency, update to properly grab version of Python
Reported by: jbeich
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libbtbb/Makefile | 4 |
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 |