Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Sep 2018 19:43:07 +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: r478916 - head/comms/libbtbb
Message-ID:  <201809031943.w83Jh7j6046024@repo.freebsd.org>

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



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