diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-11-13 13:22:34 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-11-13 13:22:34 +0000 |
commit | 63f9ef6a351c91797f4fee687d4276c8daf1e828 (patch) | |
tree | cec6240aadeb6d805aab7a38eedff761c5bc21c5 /lang/python26 | |
parent | 7e05af8a37348e1b8647560ac18d427118fbc7ab (diff) | |
download | ports-63f9ef6a351c91797f4fee687d4276c8daf1e828.tar.gz ports-63f9ef6a351c91797f4fee687d4276c8daf1e828.zip |
Notes
Diffstat (limited to 'lang/python26')
-rw-r--r-- | lang/python26/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 44a654b5a30b..6663762a106f 100644 --- a/lang/python26/Makefile +++ b/lang/python26/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 |