Index: head/comms/ubertooth/Makefile =================================================================== --- head/comms/ubertooth/Makefile (revision 478914) +++ head/comms/ubertooth/Makefile (revision 478915) @@ -1,26 +1,27 @@ # Created by: George V. Neville-Neil # $FreeBSD$ PORTNAME= ubertooth PORTVERSION= 201808R1 CATEGORIES= comms MAINTAINER= gnn@FreeBSD.org COMMENT= Bluetooth Baseband Library LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/../COPYING -BUILD_DEPENDS= python27:lang/python27 \ - pyside-py27:devel/pyside \ - ${PYNUMPY} \ - libbtbb:comms/libbtbb +LIB_DEPENDS= libpyside-python2.7.so:devel/pyside \ + libbtbb.so:comms/libbtbb -USES= cmake:outsource +BUILD_DEPENDS= ${PYNUMPY} + +USES= cmake:outsource \ + python USE_GITHUB= yes GH_ACCOUNT= greatscottgadgets GH_TAGNAME= 2018-08-R1 WRKSRC_SUBDIR= host .include