diff --git a/textproc/py-sphinx-basic-ng/Makefile b/textproc/py-sphinx-basic-ng/Makefile index 562c4d6abe76..9f5f73a507c8 100644 --- a/textproc/py-sphinx-basic-ng/Makefile +++ b/textproc/py-sphinx-basic-ng/Makefile @@ -1,22 +1,25 @@ PORTNAME= sphinx-basic-ng PORTVERSION= 1.0.0b2 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= sphinx_basic_ng-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Modern skeleton for Sphinx themes WWW= https://github.com/pradyunsg/sphinx-basic-ng LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=4.0,1:textproc/py-sphinx@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include