diff options
-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 |