From 0cc7863a70a10328dcc8049f2e004e4bff3473cf Mon Sep 17 00:00:00 2001 From: lwhsu Date: Mon, 1 Feb 2010 11:27:58 +0000 Subject: - Add py-numpy into RUN_DEPENDS PR: ports/143419 Submitted by: TAOKA Fumiyoshi (maintainer) --- science/py-h5py/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'science') 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+ -- cgit