aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2010-02-01 19:27:58 +0800
committerlwhsu <lwhsu@FreeBSD.org>2010-02-01 19:27:58 +0800
commit0cc7863a70a10328dcc8049f2e004e4bff3473cf (patch)
treed33c4d16ac6d398c85dc031b50df44c4a3542ead /science
parent473bb89a3437b22b1e7887bef43df3a0dabb8955 (diff)
downloadfreebsd-ports-gnome-0cc7863a70a10328dcc8049f2e004e4bff3473cf.tar.gz
freebsd-ports-gnome-0cc7863a70a10328dcc8049f2e004e4bff3473cf.tar.zst
freebsd-ports-gnome-0cc7863a70a10328dcc8049f2e004e4bff3473cf.zip
- Add py-numpy into RUN_DEPENDS
PR: ports/143419 Submitted by: TAOKA Fumiyoshi <fmysh AT iijmio-mail.jp> (maintainer)
Diffstat (limited to 'science')
-rw-r--r--science/py-h5py/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/science/py-h5py/Makefile b/science/py-h5py/Makefile
index 085b409ae261..ba2ef6b20514 100644
--- a/science/py-h5py/Makefile
+++ b/science/py-h5py/Makefile
@@ -7,6 +7,7 @@
PORTNAME= h5py
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= science python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +16,7 @@ MAINTAINER= fmysh@iijmio-mail.jp
COMMENT= A general-purpose Python interface to the HDF5 library
BUILD_DEPENDS= ${PYNUMPY}
+RUN_DEPENDS= ${PYNUMPY}
LIB_DEPENDS= hdf5.0:${PORTSDIR}/science/hdf5
USE_PYTHON= 2.5+