diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-26 06:55:55 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-26 06:55:55 +0800 |
commit | 11a7fb8caf949a8b863b62720e8935316bd878a5 (patch) | |
tree | 0d8e1299d29b80d9e05865adeaf59fc73ce9e9c5 /devel | |
parent | ddae07176b3c00433a4c09a67bf5ad4349821712 (diff) | |
download | freebsd-ports-gnome-11a7fb8caf949a8b863b62720e8935316bd878a5.tar.gz freebsd-ports-gnome-11a7fb8caf949a8b863b62720e8935316bd878a5.tar.zst freebsd-ports-gnome-11a7fb8caf949a8b863b62720e8935316bd878a5.zip |
Chase repomove graphics/hdf* -> science/hdf*
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-tables/Makefile | 2 | ||||
-rw-r--r-- | devel/swarm/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/devel/swarm/Makefile b/devel/swarm/Makefile index 843f02a6cc4e..e4c2f0dbb263 100644 --- a/devel/swarm/Makefile +++ b/devel/swarm/Makefile @@ -16,7 +16,7 @@ COMMENT= The Swarm Simulation System BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs21 .if defined(WITH_HDF5) -LIB_DEPENDS+= hdf5.0:${PORTSDIR}/graphics/hdf5 +LIB_DEPENDS+= hdf5.0:${PORTSDIR}/science/hdf5 .endif LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ BLT24.3:${PORTSDIR}/x11-toolkits/blt |