Index: Makefile =================================================================== RCS file: /home/ncvs/ports/science/py-h5py/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 24 Sep 2009 12:49:40 -0000 1.2 +++ Makefile 1 Feb 2010 04:21:07 -0000 @@ -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 @@ 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+