Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Sep 2018 18:43:15 +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: r478892 - head/comms/ubertooth
Message-ID:  <201809031843.w83IhFWP012615@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gnn
Date: Mon Sep  3 18:43:15 2018
New Revision: 478892
URL: https://svnweb.freebsd.org/changeset/ports/478892

Log:
  Make this port depend on its library

Modified:
  head/comms/ubertooth/Makefile

Modified: head/comms/ubertooth/Makefile
==============================================================================
--- head/comms/ubertooth/Makefile	Mon Sep  3 18:39:51 2018	(r478891)
+++ head/comms/ubertooth/Makefile	Mon Sep  3 18:43:15 2018	(r478892)
@@ -13,7 +13,8 @@ LICENSE_FILE=	${WRKSRC}/../COPYING
 
 BUILD_DEPENDS=	python27:lang/python27 \
 		pyside-py27:devel/pyside \
-		${PYNUMPY}
+		${PYNUMPY} \
+		libbtbb:comms/libbtbb
 
 USES=		cmake:outsource
 



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