diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-17 11:43:20 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-17 11:43:20 +0000 |
commit | 5a6a8083d25d22912eba3d565bca5362eeb7214c (patch) | |
tree | a9f0fa241b924544e5131f2e9d545b5210c12ba9 /devel | |
parent | c6d9596f0c0ee2318be2b456111d8a01a12227fc (diff) | |
download | ports-5a6a8083d25d22912eba3d565bca5362eeb7214c.tar.gz ports-5a6a8083d25d22912eba3d565bca5362eeb7214c.zip |
Chase lib update of archivers/ucl
Notes
Notes:
svn path=/head/; revision=98393
Diffstat (limited to 'devel')
-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 5f6476196f73..32cfbde7e7f7 100644 --- a/devel/py-tables/Makefile +++ b/devel/py-tables/Makefile @@ -20,7 +20,7 @@ COMMENT= A hierarchical database for Python BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray LIB_DEPENDS= hdf5.0:${PORTSDIR}/graphics/hdf5 \ lzo.1:${PORTSDIR}/archivers/lzo \ - ucl.0:${PORTSDIR}/archivers/ucl + ucl.1:${PORTSDIR}/archivers/ucl RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray USE_PYTHON= yes |