diff options
author | rm <rm@FreeBSD.org> | 2016-02-03 04:21:47 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-02-03 04:21:47 +0800 |
commit | abab6b490c83ad202b818dcf261b7b68bfa8161d (patch) | |
tree | 97f64a96f4a429eb87c82e6450214b06e2093c56 /Mk/Uses | |
parent | 3b38074cfe9562b3f5b6869d2d93a5a5ec0bc648 (diff) | |
download | freebsd-ports-graphics-abab6b490c83ad202b818dcf261b7b68bfa8161d.tar.gz freebsd-ports-graphics-abab6b490c83ad202b818dcf261b7b68bfa8161d.tar.zst freebsd-ports-graphics-abab6b490c83ad202b818dcf261b7b68bfa8161d.zip |
Update examples to exclude version 3.2
With hat: python
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/python.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk index 4551467c5f2..dda99a339eb 100644 --- a/Mk/Uses/python.mk +++ b/Mk/Uses/python.mk @@ -10,14 +10,14 @@ # # version If your port requires only some set of Python versions, you # can set this to [min]-[max] or min+ or -max or as an -# explicit version or as a meta port version (eg. 3.2-3.3 for -# [min]-[max], 2.7+ or -3.2 for min+ and -max, 2.7 for an +# explicit version or as a meta port version (eg. 3.3-3.4 for +# [min]-[max], 2.7+ or -3.3 for min+ and -max, 2.7 for an # explicit version or 3 for a meta port version). Example: # # USES=python:2.7 # Only use Python 2.7 -# USES=python:3.2+ # Use Python 3.2 or newer -# USES=python:3.2-3.3 # Use Python 3.2 or 3.3 -# USES=python:-3.2 # Use any Python up to 3.2 +# USES=python:3.3+ # Use Python 3.3 or newer +# USES=python:3.3-3.4 # Use Python 3.3 or 3.4 +# USES=python:-3.3 # Use any Python up to 3.3 # USES=python:2 # Use the Python 2 meta port # USES=python # Use the set default Python # # version |