diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-02-01 11:27:58 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-02-01 11:27:58 +0000 |
commit | 86cafb7292ccb55905c7f2bfc03f652f10074420 (patch) | |
tree | 55181b048178cbaa259c26a5bf5034255de93b96 /science | |
parent | a37435a71304c1d91a47731e384e5e95bbf62eb5 (diff) | |
download | ports-86cafb7292ccb55905c7f2bfc03f652f10074420.tar.gz ports-86cafb7292ccb55905c7f2bfc03f652f10074420.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/py-h5py/Makefile | 2 |
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+ |