diff options
author | flz <flz@FreeBSD.org> | 2005-06-01 03:58:33 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-06-01 03:58:33 +0800 |
commit | 5b372079a6c8b1f8ed710caa881e4fb9018924fa (patch) | |
tree | 5f0d14e685673bea4e3f36c8c69bae74d5def598 /devel | |
parent | 3f781ad56ee884ab52625926e03c9d15f2d4973e (diff) | |
download | freebsd-ports-gnome-5b372079a6c8b1f8ed710caa881e4fb9018924fa.tar.gz freebsd-ports-gnome-5b372079a6c8b1f8ed710caa881e4fb9018924fa.tar.zst freebsd-ports-gnome-5b372079a6c8b1f8ed710caa881e4fb9018924fa.zip |
- Backout latest commit, it needs a repocopy due to API change.
Noticed by: Matthias Andree <matthias.andree@gmx.de>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-tables/Makefile | 4 |
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 |