aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.python.mk
diff options
context:
space:
mode:
authorAlexander Botero-Lowry <alexbl@FreeBSD.org>2006-12-08 04:57:49 +0000
committerAlexander Botero-Lowry <alexbl@FreeBSD.org>2006-12-08 04:57:49 +0000
commit56160c3f254ab8242ed67372e582afb91890b7d5 (patch)
tree4f058d34ec75dd69034ccd9b733f8eb43e5ffb33 /Mk/bsd.python.mk
parent3d232fae3d4ec279001c5121fbca305d51ffde47 (diff)
downloadports-56160c3f254ab8242ed67372e582afb91890b7d5.tar.gz
ports-56160c3f254ab8242ed67372e582afb91890b7d5.zip
Notes
Diffstat (limited to 'Mk/bsd.python.mk')
-rw-r--r--Mk/bsd.python.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk
index b4a1d9977d21..1e5e354fdd06 100644
--- a/Mk/bsd.python.mk
+++ b/Mk/bsd.python.mk
@@ -99,6 +99,7 @@ Python_Include_MAINTAINER= python@FreeBSD.org
# PYNUMERIC - Dependency line for the numeric extension. Py-Numeric-17
# is the last release that works with Python versions older
# than 1.6.
+# PYNUMPY - Dependency line for the new numeric extension.# py-numpy, Py-Numeric is deprecated.
#
# PYXML - Dependency line for the XML extension. As of Python-2.0,
# this extension is in the base distribution.
@@ -419,6 +420,7 @@ ZOPEPRODUCTDIR?= Products
# Python 3rd-party modules
PYDISTUTILS= ${PYTHON_LIBDIR}/distutils/core.py:${PYTHON_PORTSDIR}
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
.if defined(PYTHON_REL) && ${PYTHON_REL} < 232