diff options
author | mandree <mandree@FreeBSD.org> | 2011-07-07 09:29:03 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-07-07 09:29:03 +0800 |
commit | 858e01a03f064fd29458ac7b2f010964a2dd0093 (patch) | |
tree | ee0816673d0da03f8a75ca12106ea9215f73226b /devel | |
parent | 035dded4d127aabc3f2e6824889dc2e79dc730f4 (diff) | |
download | freebsd-ports-gnome-858e01a03f064fd29458ac7b2f010964a2dd0093.tar.gz freebsd-ports-gnome-858e01a03f064fd29458ac7b2f010964a2dd0093.tar.zst freebsd-ports-gnome-858e01a03f064fd29458ac7b2f010964a2dd0093.zip |
Repair INDEX after lzo removal. Mark broken.
PR: ports/156954
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-tables/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile index ffcc775785fd..eca9c5e3e413 100644 --- a/devel/py-tables/Makefile +++ b/devel/py-tables/Makefile @@ -22,13 +22,15 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/bin/cython:${PORTSDIR}/lang/cython \ ${PYTHON_PKGNAMEPREFIX}numexpr>=1.4.1:${PORTSDIR}/math/py-numexpr LIB_DEPENDS= hdf5.0:${PORTSDIR}/science/hdf5 \ - lzo.1:${PORTSDIR}/archivers/lzo \ + lzo2.2:${PORTSDIR}/archivers/lzo2 \ ucl.1:${PORTSDIR}/archivers/ucl 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 |