diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-03-09 23:58:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-03-09 23:58:45 +0800 |
commit | 2d6307bd6155888759af8e8e8f67a7bbbb13c6a2 (patch) | |
tree | 8fd2526d6dd488e5810b63098dd84ef9114f9906 /Mk | |
parent | 13e440219202e744b8f0433de367d8443dd3bf2a (diff) | |
download | freebsd-ports-gnome-2d6307bd6155888759af8e8e8f67a7bbbb13c6a2.tar.gz freebsd-ports-gnome-2d6307bd6155888759af8e8e8f67a7bbbb13c6a2.tar.zst freebsd-ports-gnome-2d6307bd6155888759af8e8e8f67a7bbbb13c6a2.zip |
- Update USE_PYTHON example
- Add cosmetic tab
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.python.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk index 38f3d62c59bb..f065310bde21 100644 --- a/Mk/bsd.python.mk +++ b/Mk/bsd.python.mk @@ -15,7 +15,7 @@ Python_Include_MAINTAINER= python@FreeBSD.org # is defined in the ports' makefile. Define PYTHON_VERSION to override the # defaults that USE_PYTHON would give you. If your port requires only some # set of Python versions, you can define USE_PYTHON as [min]-[max] or -# min+. (eg. 2.1-2.3, 2.0+ or -2.2) +# min+. (eg. 3.1-3.2, 2.7+ or -3.2) # # The variables: # @@ -548,7 +548,7 @@ ZOPEPRODUCTDIR?= Products .endif # Python 3rd-party modules -PYGAME= ${PYTHON_PKGNAMEPREFIX}game>0:${PORTSDIR}/devel/py-game +PYGAME= ${PYTHON_PKGNAMEPREFIX}game>0:${PORTSDIR}/devel/py-game PYNUMERIC= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric PYNUMPY= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy PYXML= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml |