diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-05-22 13:58:33 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-05-22 13:58:33 +0000 |
commit | 32e42ae4794203267bddd1c94d1c4b18b121cf34 (patch) | |
tree | be22ce566d756257a3dbb5c722007305d543e629 /CHANGES | |
parent | f18e9dc89edef321f4a1831003f50251aa2a6964 (diff) |
Notes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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} |