svn commit: r478914 - head/comms/libbtbb
George V. Neville-Neil
gnn at FreeBSD.org
Mon Sep 3 19:33:29 UTC 2018
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
More information about the svn-ports-all
mailing list