summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-05-31 17:57:11 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-05-31 17:57:11 +0000
commit12a7f133fc9d30a5be41853eacd54410d26657c0 (patch)
tree66e8a12b010ada3298a64cbb0056ffe947a033c2 /devel
parent- Update to 2.0. (diff)
- Bump lzo lib version.
- Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=136548
Diffstat (limited to 'devel')
-rw-r--r--devel/py-tables/Makefile4
1 files changed, 2 insertions, 2 deletions
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