summaryrefslogtreecommitdiff
path: root/lang/python30/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python30/Makefile')
-rw-r--r--lang/python30/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/python30/Makefile b/lang/python30/Makefile
index 44a654b5a30b..6663762a106f 100644
--- a/lang/python30/Makefile
+++ b/lang/python30/Makefile
@@ -76,6 +76,12 @@ post-configure:
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 400000
+LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
+CFLAGS+= -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include
+CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
+.endif
+
.if ${OSVERSION} >= 500000 && ${OSVERSION} < 500005
CONFIGURE_ARGS+= --with-libs='-lxpg4'
.endif