svn commit: r478915 - head/comms/ubertooth

George V. Neville-Neil gnn at FreeBSD.org
Mon Sep 3 19:40:59 UTC 2018


Author: gnn
Date: Mon Sep  3 19:40:59 2018
New Revision: 478915
URL: https://svnweb.freebsd.org/changeset/ports/478915

Log:
  Update dependencies to properly follow Python and libraries

Modified:
  head/comms/ubertooth/Makefile

Modified: head/comms/ubertooth/Makefile
==============================================================================
--- head/comms/ubertooth/Makefile	Mon Sep  3 19:33:28 2018	(r478914)
+++ head/comms/ubertooth/Makefile	Mon Sep  3 19:40:59 2018	(r478915)
@@ -11,12 +11,13 @@ 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


More information about the svn-ports-head mailing list