Date: Mon, 3 Sep 2018 19:33:28 +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: r478914 - head/comms/libbtbb Message-ID: <201809031933.w83JXSWm040667@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gnn Date: Mon Sep 3 19:33:28 2018 New Revision: 478914 URL: https://svnweb.freebsd.org/changeset/ports/478914 Log: Switch to the more idiomatic inclusion of Python Modified: head/comms/libbtbb/Makefile Modified: head/comms/libbtbb/Makefile ============================================================================== --- head/comms/libbtbb/Makefile Mon Sep 3 19:10:43 2018 (r478913) +++ head/comms/libbtbb/Makefile Mon Sep 3 19:33:28 2018 (r478914) @@ -11,11 +11,11 @@ COMMENT= Bluetooth Baseband Library LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= python27:lang/python27 \ - pyside-py27:devel/pyside \ +BIULD_DEPENDS= pyside-py27:devel/pyside \ ${PYNUMPY} -USES= cmake:outsource +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?201809031933.w83JXSWm040667>