diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-rbtree/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-rbtree/Makefile b/devel/py-rbtree/Makefile index 8800c8f6ed49..619e59ade1fc 100644 --- a/devel/py-rbtree/Makefile +++ b/devel/py-rbtree/Makefile @@ -18,7 +18,9 @@ COMMENT= A fast tree with ordered data and expanded iterator support BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex -BROKEN= does not build +BROKEN= does not build with new pyrex and it's not active maintained +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE=2010-04-29 USE_PYTHON= yes USE_PYDISTUTILS= easy_install |