svn commit: r478892 - head/comms/ubertooth

George V. Neville-Neil gnn at FreeBSD.org
Mon Sep 3 18:43:16 UTC 2018


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
 


More information about the svn-ports-head mailing list