From 91ad401b3099b1ef76c1dc7f6716ce414b0eb858 Mon Sep 17 00:00:00 2001 From: flz Date: Tue, 31 May 2005 17:57:11 +0000 Subject: - Bump lzo lib version. - Bump PORTREVISION. --- devel/py-tables/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile index bdbe95bc261c..70a93e361b66 100644 --- a/devel/py-tables/Makefile +++ b/devel/py-tables/Makefile @@ -8,7 +8,7 @@ PORTNAME= tables PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pytables @@ -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}/science/hdf5 \ - lzo.1:${PORTSDIR}/archivers/lzo \ + lzo.2:${PORTSDIR}/archivers/lzo \ ucl.1:${PORTSDIR}/archivers/ucl RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray -- cgit