Date: Thu, 14 Jan 2021 18:32:54 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561581 - head/audio/aubio Message-ID: <202101141832.10EIWsGB087332@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Thu Jan 14 18:32:53 2021 New Revision: 561581 URL: https://svnweb.freebsd.org/changeset/ports/561581 Log: audio/aubio: Remove Python 2.7 support and PY_SPHINX Approved by: portmgr blanket Modified: head/audio/aubio/Makefile Modified: head/audio/aubio/Makefile ============================================================================== --- head/audio/aubio/Makefile Thu Jan 14 18:18:03 2021 (r561580) +++ head/audio/aubio/Makefile Thu Jan 14 18:32:53 2021 (r561581) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101141832.10EIWsGB087332>