aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2018-05-22 21:58:33 +0800
committermat <mat@FreeBSD.org>2018-05-22 21:58:33 +0800
commite95ae858490213a038aff6d6884f89e1fdb08811 (patch)
treebe22ce566d756257a3dbb5c722007305d543e629 /CHANGES
parent72cc43c7c164fc90e45aa5f297a14637b158587b (diff)
downloadfreebsd-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--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}