diff options
author | gnn <gnn@FreeBSD.org> | 2018-09-04 03:33:28 +0800 |
---|---|---|
committer | gnn <gnn@FreeBSD.org> | 2018-09-04 03:33:28 +0800 |
commit | 92d5962b8431fde0c081d2e4fe88c897ce4ca67b (patch) | |
tree | cb661e41a45884c8380d94e9d8667e28e0a47b55 /comms | |
parent | 5c86eb388107ff9a7667e79751c52382e4c65766 (diff) | |
download | freebsd-ports-gnome-92d5962b8431fde0c081d2e4fe88c897ce4ca67b.tar.gz freebsd-ports-gnome-92d5962b8431fde0c081d2e4fe88c897ce4ca67b.tar.zst freebsd-ports-gnome-92d5962b8431fde0c081d2e4fe88c897ce4ca67b.zip |
Switch to the more idiomatic inclusion of Python
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libbtbb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/libbtbb/Makefile b/comms/libbtbb/Makefile index 1ab645273c9c..eec8dd0b2afb 100644 --- a/comms/libbtbb/Makefile +++ b/comms/libbtbb/Makefile @@ -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 |