aboutsummaryrefslogtreecommitdiff
path: root/devel/py-ncurses
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-02-10 21:34:05 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-02-10 21:34:05 +0000
commit9d4ef31dda78626bb9df534f9ad6eb52cef74d7a (patch)
treec2d9c8c32c910173e2eb321727c8ed8c3fcd0cfa /devel/py-ncurses
parent03653feb564144478da08e94e36529b435e26059 (diff)
downloadports-9d4ef31dda78626bb9df534f9ad6eb52cef74d7a.tar.gz
ports-9d4ef31dda78626bb9df534f9ad6eb52cef74d7a.zip
Notes
Diffstat (limited to 'devel/py-ncurses')
-rw-r--r--devel/py-ncurses/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/py-ncurses/Makefile b/devel/py-ncurses/Makefile
index b6ca5ab212f7..c99ce7eb2a6f 100644
--- a/devel/py-ncurses/Makefile
+++ b/devel/py-ncurses/Makefile
@@ -20,11 +20,12 @@ COMMENT= A ncurses binding for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-DEPRECATED= Development ceased and does not work with newer ncurses
-EXPIRATION_DATE= 2007-02-01
-
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 700000
+BROKEN= does not work with newer ncurses
+.endif
+
post-patch:
.if ${PYTHON_REL} >= 230
.for f in _curses_wrap.c _panel_wrap.c _menu_wrap.c _form_wrap.c