Don't tell people to use @${FLAVOR} in that case, it's bad practice.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2018-05-22 13:58:33 +00:00
parent f18e9dc89e
commit 32e42ae479
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470615

View File

@ -152,8 +152,7 @@ AUTHOR: mat@FreeBSD.org
In all the ports with Python dependencies, the *_DEPENDS entries MUST end
with the flavor so that the framework knows which to build/use. This is done
by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python
module with Python flavors, as the content will be the same). For example:
by appending '@${PY_FLAVOR}' after the origin. For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}