aboutsummaryrefslogtreecommitdiff
path: root/math/py-gsl
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2008-08-14 06:14:48 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2008-08-14 06:14:48 +0000
commit1f49f0dda7f6704c6914b1dc16a62394bdba6c1a (patch)
tree59fba58f20f341cb166e4432115310e22400b5c7 /math/py-gsl
parent698dcc7a487ebf122ad4dcc462eafe8fb543891c (diff)
downloadports-1f49f0dda7f6704c6914b1dc16a62394bdba6c1a.tar.gz
ports-1f49f0dda7f6704c6914b1dc16a62394bdba6c1a.zip
Notes
Diffstat (limited to 'math/py-gsl')
-rw-r--r--math/py-gsl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile
index fea8f6086e1a..74db8ba801a6 100644
--- a/math/py-gsl/Makefile
+++ b/math/py-gsl/Makefile
@@ -17,8 +17,8 @@ DIST_SUBDIR= python
MAINTAINER= perky@FreeBSD.org
COMMENT= Python interface to GNU Scientific Library
-BUILD_DEPENDS= ${PYNUMERIC}
-RUN_DEPENDS= ${PYNUMERIC}
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/include/numpy/arrayobject.h:${PORTSDIR}/math/py-numpy
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/__init__.py:${PORTSDIR}/math/py-numpy
LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl
PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}