diff options
author | pav <pav@FreeBSD.org> | 2004-02-25 22:55:55 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-25 22:55:55 +0000 |
commit | da033595b0ceac4a9453f57a6a08a072178bcdd9 (patch) | |
tree | 1f3791119b5ca2749b9ad275d66025deace11f95 /devel/py-tables/Makefile | |
parent | c352416f7dd6e42ed7ec3f8047fe17ce4f9154bb (diff) | |
download | FreeBSD-ports-da033595b0ceac4a9453f57a6a08a072178bcdd9.zip FreeBSD-ports-da033595b0ceac4a9453f57a6a08a072178bcdd9.tar.gz |
Chase repomove graphics/hdf* -> science/hdf*
Diffstat (limited to 'devel/py-tables/Makefile')
-rw-r--r-- | devel/py-tables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile index 32cfbde..d1280e3 100644 --- a/devel/py-tables/Makefile +++ b/devel/py-tables/Makefile @@ -18,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A hierarchical database for Python BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray -LIB_DEPENDS= hdf5.0:${PORTSDIR}/graphics/hdf5 \ +LIB_DEPENDS= hdf5.0:${PORTSDIR}/science/hdf5 \ lzo.1:${PORTSDIR}/archivers/lzo \ ucl.1:${PORTSDIR}/archivers/ucl RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray |