diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 19:58:33 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 19:58:33 +0000 |
commit | 4f02559f478d051d259832a1f195c7982d9bc0d3 (patch) | |
tree | 91ac0497e1016dce831ce03f77a6bb5976e39d59 /devel/py-tables | |
parent | d33e66fe215621c19d88d7ff234cae9dd3ea7015 (diff) |
Notes
Diffstat (limited to 'devel/py-tables')
-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 |