diff options
author | mat <mat@FreeBSD.org> | 2018-05-22 21:58:33 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-05-22 21:58:33 +0800 |
commit | e95ae858490213a038aff6d6884f89e1fdb08811 (patch) | |
tree | be22ce566d756257a3dbb5c722007305d543e629 /CHANGES | |
parent | 72cc43c7c164fc90e45aa5f297a14637b158587b (diff) | |
download | freebsd-ports-gnome-e95ae858490213a038aff6d6884f89e1fdb08811.tar.gz freebsd-ports-gnome-e95ae858490213a038aff6d6884f89e1fdb08811.tar.zst freebsd-ports-gnome-e95ae858490213a038aff6d6884f89e1fdb08811.zip |
Don't tell people to use @${FLAVOR} in that case, it's bad practice.
Sponsored by: Absolight
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} |