Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Sep 2018 13:12:08 +0000 (UTC)
From:      "George V. Neville-Neil" <gnn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478954 - head/comms/libbtbb
Message-ID:  <201809041312.w84DC8xt083645@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809041312.w84DC8xt083645>