diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-25 22:55:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-25 22:55:55 +0000 |
commit | 11a7fb8caf949a8b863b62720e8935316bd878a5 (patch) | |
tree | 0d8e1299d29b80d9e05865adeaf59fc73ce9e9c5 /devel/py-tables | |
parent | ddae07176b3c00433a4c09a67bf5ad4349821712 (diff) | |
download | ports-11a7fb8caf949a8b863b62720e8935316bd878a5.tar.gz ports-11a7fb8caf949a8b863b62720e8935316bd878a5.zip |
Chase repomove graphics/hdf* -> science/hdf*
Notes
Notes:
svn path=/head/; revision=102145
Diffstat (limited to 'devel/py-tables')
-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 32cfbde7e7f7..d1280e32c654 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 |