aboutsummaryrefslogtreecommitdiff
path: root/audio/aubio
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2021-01-14 18:32:53 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2021-01-14 18:32:53 +0000
commit001c2b84bf9218611339e5df632eb6f2586ffdc2 (patch)
tree4b2edce79949f243b0ad9df38de7c8e450b2a4fd /audio/aubio
parent9e058aa4ad82bce77475c9f021192dc3ba34dbf1 (diff)
downloadports-001c2b84bf9218611339e5df632eb6f2586ffdc2.tar.gz
ports-001c2b84bf9218611339e5df632eb6f2586ffdc2.zip
audio/aubio: Remove Python 2.7 support and PY_SPHINX
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=561581
Diffstat (limited to 'audio/aubio')
-rw-r--r--audio/aubio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile
index 5c03b921446d..735e3159e77a 100644
--- a/audio/aubio/Makefile
+++ b/audio/aubio/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES+= pkgconfig tar:bzip2
.if !defined(SLAVEPORT)
-USES+= python:build waf
+USES+= python:build,3.6+ waf
USE_LDCONFIG= yes
OPTIONS_GROUP= DOCS
@@ -28,7 +28,7 @@ OPTIONS_SUB= yes
COMPLEX_DESC= Compile with C99 complex.h
COMPLEX_CONFIGURE_ENABLE= complex
-DOCS_BUILD_DEPENDS= ${PY_SPHINX}
+DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
DOCS_CONFIGURE_ENABLE= sphinx
DOCS_BINARY_ALIAS= sphinx-build=sphinx-build-${PYTHON_VER}