diff options
author | wen <wen@FreeBSD.org> | 2011-09-08 15:18:07 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-09-08 15:18:07 +0800 |
commit | c3446f92005f7dc36d2bb6edc09e0ab9b58268c6 (patch) | |
tree | 5e906ff02f0e979b2ad309c3db0874b0af49f35a /devel | |
parent | 8dde2df08f1484a7cd814ecb1766a29905f4807b (diff) | |
download | freebsd-ports-gnome-c3446f92005f7dc36d2bb6edc09e0ab9b58268c6.tar.gz freebsd-ports-gnome-c3446f92005f7dc36d2bb6edc09e0ab9b58268c6.tar.zst freebsd-ports-gnome-c3446f92005f7dc36d2bb6edc09e0ab9b58268c6.zip |
- Update depends and bump PORTREVISION
- Unbreak
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-tables/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile index eca9c5e3e413..5ae0a69f9cc6 100644 --- a/devel/py-tables/Makefile +++ b/devel/py-tables/Makefile @@ -8,6 +8,7 @@ PORTNAME= tables PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://www.pytables.org/download/stable/ \ http://www.pytables.org/download/py${PORTNAME}-${PORTVERSION}/ @@ -29,8 +30,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= yes -BROKEN= needs to be upgraded to lzo2 according to ports/156954 - PLIST_FILES= bin/nctoh5 bin/ptdump bin/ptrepack OPTIONS= PYREX "Use code generated by Pyrex to build" off |