From 63f9ef6a351c91797f4fee687d4276c8daf1e828 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Mon, 13 Nov 2000 13:22:34 +0000 Subject: Fix compilation on FreeBSD-3.x. PR: 22226 Reviewed by: Alan Bawden --- lang/python31/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lang/python31') diff --git a/lang/python31/Makefile b/lang/python31/Makefile index 44a654b5a30b..6663762a106f 100644 --- a/lang/python31/Makefile +++ b/lang/python31/Makefile @@ -76,6 +76,12 @@ post-configure: .include +.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 -- cgit v1.2.3