diff options
author | flz <flz@FreeBSD.org> | 2005-06-01 01:57:11 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-06-01 01:57:11 +0800 |
commit | 91ad401b3099b1ef76c1dc7f6716ce414b0eb858 (patch) | |
tree | d98e5cee6ac424a070eb43cf94b06c69a3f728ac /devel | |
parent | ec3789f6e04575563a847af3c1b3db1a623a7db8 (diff) | |
download | freebsd-ports-gnome-91ad401b3099b1ef76c1dc7f6716ce414b0eb858.tar.gz freebsd-ports-gnome-91ad401b3099b1ef76c1dc7f6716ce414b0eb858.tar.zst freebsd-ports-gnome-91ad401b3099b1ef76c1dc7f6716ce414b0eb858.zip |
- Bump lzo lib version.
- Bump PORTREVISION.
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 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 |