diff options
Diffstat (limited to 'devel/py-aspectlib/Makefile')
-rw-r--r-- | devel/py-aspectlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-aspectlib/Makefile b/devel/py-aspectlib/Makefile index 9d1d557ff52f..112aa9fd590c 100644 --- a/devel/py-aspectlib/Makefile +++ b/devel/py-aspectlib/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/ionelmc/python-aspectlib LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} USES= python |