Date: Mon, 3 Sep 2018 19:40:59 +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: r478915 - head/comms/ubertooth Message-ID: <201809031940.w83Jexdt041985@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gnn Date: Mon Sep 3 19:40:59 2018 New Revision: 478915 URL: https://svnweb.freebsd.org/changeset/ports/478915 Log: Update dependencies to properly follow Python and libraries Modified: head/comms/ubertooth/Makefile Modified: head/comms/ubertooth/Makefile ============================================================================== --- head/comms/ubertooth/Makefile Mon Sep 3 19:33:28 2018 (r478914) +++ head/comms/ubertooth/Makefile Mon Sep 3 19:40:59 2018 (r478915) @@ -11,12 +11,13 @@ COMMENT= Bluetooth Baseband Library LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/../COPYING -BUILD_DEPENDS= python27:lang/python27 \ - pyside-py27:devel/pyside \ - ${PYNUMPY} \ - libbtbb:comms/libbtbb +LIB_DEPENDS= libpyside-python2.7.so:devel/pyside \ + libbtbb.so:comms/libbtbb -USES= cmake:outsource +BUILD_DEPENDS= ${PYNUMPY} + +USES= cmake:outsource \ + python USE_GITHUB= yes GH_ACCOUNT= greatscottgadgets
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809031940.w83Jexdt041985>