aboutsummaryrefslogtreecommitdiff
path: root/devel/py-tables
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-05-31 19:58:33 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-05-31 19:58:33 +0000
commit4f02559f478d051d259832a1f195c7982d9bc0d3 (patch)
tree91ac0497e1016dce831ce03f77a6bb5976e39d59 /devel/py-tables
parentd33e66fe215621c19d88d7ff234cae9dd3ea7015 (diff)
downloadports-4f02559f478d051d259832a1f195c7982d9bc0d3.tar.gz
ports-4f02559f478d051d259832a1f195c7982d9bc0d3.zip
- Backout latest commit, it needs a repocopy due to API change.
Noticed by: Matthias Andree <matthias.andree@gmx.de>
Notes
Notes: svn path=/head/; revision=136557
Diffstat (limited to 'devel/py-tables')
-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 70a93e361b66..d8b4081ca3b6 100644
--- a/devel/py-tables/Makefile
+++ b/devel/py-tables/Makefile
@@ -8,7 +8,7 @@
PORTNAME= tables
PORTVERSION= 1.0
-PORTREVISION= 2
+PORTREVISION= 3
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.2:${PORTSDIR}/archivers/lzo \
+ lzo.1:${PORTSDIR}/archivers/lzo \
ucl.1:${PORTSDIR}/archivers/ucl
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray