aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-05-22 13:58:33 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-05-22 13:58:33 +0000
commit32e42ae4794203267bddd1c94d1c4b18b121cf34 (patch)
treebe22ce566d756257a3dbb5c722007305d543e629 /CHANGES
parentf18e9dc89edef321f4a1831003f50251aa2a6964 (diff)
downloadports-32e42ae4794203267bddd1c94d1c4b18b121cf34.tar.gz
ports-32e42ae4794203267bddd1c94d1c4b18b121cf34.zip
Don't tell people to use @${FLAVOR} in that case, it's bad practice.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=470615
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index cc40b0631577..30c3002af062 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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}