diff options
author | mat <mat@FreeBSD.org> | 2018-01-23 03:59:31 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-01-23 03:59:31 +0800 |
commit | 8fa001a6d66aed6f496024c9dd624f37423cbac4 (patch) | |
tree | f8738d109feba66db99693f21afa76500c47bce0 /Mk | |
parent | 2b95e6bf834688d06de5da9c16ada35c58c0f457 (diff) | |
download | freebsd-ports-gnome-8fa001a6d66aed6f496024c9dd624f37423cbac4.tar.gz freebsd-ports-gnome-8fa001a6d66aed6f496024c9dd624f37423cbac4.tar.zst freebsd-ports-gnome-8fa001a6d66aed6f496024c9dd624f37423cbac4.zip |
Describe when allflavors should be used.
Sponsored by: Absolight
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/python.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk index c5b73d7e6401..bc4bfec40d28 100644 --- a/Mk/Uses/python.mk +++ b/Mk/Uses/python.mk @@ -87,7 +87,9 @@ # otherwise be created and they are not wanted. # # allflavors - Generate flavors for all possible versions and not -# simply the default ones. +# simply the default ones. Only to be used for py-* +# ports that are part of the Python distribution, but +# kept as separate ports. # # optsuffix - Set PKGNAMESUFFIX to PYTHON_PKGNAMESUFFIX if not the # default python version. |