svn commit: r478954 - head/comms/libbtbb

George V. Neville-Neil gnn at FreeBSD.org
Tue Sep 4 13:12:09 UTC 2018


Author: gnn
Date: Tue Sep  4 13:12:08 2018
New Revision: 478954
URL: https://svnweb.freebsd.org/changeset/ports/478954

Log:
  Remove an unused dependency, update to properly grab version of Python
  
  Reported by:	jbeich

Modified:
  head/comms/libbtbb/Makefile

Modified: head/comms/libbtbb/Makefile
==============================================================================
--- head/comms/libbtbb/Makefile	Tue Sep  4 12:47:08 2018	(r478953)
+++ head/comms/libbtbb/Makefile	Tue Sep  4 13:12:08 2018	(r478954)
@@ -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


More information about the svn-ports-head mailing list