svn commit: r478916 - head/comms/libbtbb

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


Author: gnn
Date: Mon Sep  3 19:43:07 2018
New Revision: 478916
URL: https://svnweb.freebsd.org/changeset/ports/478916

Log:
  Update build dependencies to track a library rather than an executable

Modified:
  head/comms/libbtbb/Makefile

Modified: head/comms/libbtbb/Makefile
==============================================================================
--- head/comms/libbtbb/Makefile	Mon Sep  3 19:40:59 2018	(r478915)
+++ head/comms/libbtbb/Makefile	Mon Sep  3 19:43:07 2018	(r478916)
@@ -11,8 +11,9 @@ COMMENT=	Bluetooth Baseband Library
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BIULD_DEPENDS=	pyside-py27:devel/pyside \
-		${PYNUMPY}
+LIB_DEPENDS=	libpyside-python2.7.so:devel/pyside
+
+BIULD_DEPENDS=	${PYNUMPY}
 
 USES=		cmake:outsource \
 		python


More information about the svn-ports-head mailing list