aboutsummaryrefslogtreecommitdiff
path: root/devel/py-urwid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-urwid/Makefile')
-rw-r--r--devel/py-urwid/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/py-urwid/Makefile b/devel/py-urwid/Makefile
index 63b982ff74a0..5e25a288084f 100644
--- a/devel/py-urwid/Makefile
+++ b/devel/py-urwid/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= urwid
-PORTVERSION= 0.9.5
+PORTVERSION= 0.9.7.1
CATEGORIES= devel python
MASTER_SITES= http://excess.org/urwid/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,4 +16,8 @@ COMMENT= Curses-based user interface library for Python
USE_PYTHON= 2.1+
USE_PYDISTUTILS= yes
+post-patch:
+ @# disable setuptools for now
+ ${REINPLACE_CMD} 's/setuptools/xxsetuptools/g' ${WRKSRC}/setup.py
+
.include <bsd.port.mk>