summaryrefslogtreecommitdiff
path: root/lang/python31
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 23:22:04 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 23:22:04 +0000
commitc0b3ecac4483b2524287317171c79548d9842905 (patch)
treea54ccbce3d9ebec379dfb9b18dc59f736f99ac20 /lang/python31
parentRemove support for OSVERSION < 5 (diff)
Remove support for OSVERSION < 5
Notes
Notes: svn path=/head/; revision=200759
Diffstat (limited to 'lang/python31')
-rw-r--r--lang/python31/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/lang/python31/Makefile b/lang/python31/Makefile
index a688a3c2f0b1..970afaecc195 100644
--- a/lang/python31/Makefile
+++ b/lang/python31/Makefile
@@ -106,13 +106,7 @@ PLIST_SUB+= NO_NIS="@comment "
PLIST_SUB+= NO_NIS=""
.endif
-.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 !defined(WITHOUT_IPV6) && ${OSVERSION} >= 400014
+.if !defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --enable-ipv6
.else
CONFIGURE_ARGS+= --disable-ipv6
@@ -126,10 +120,8 @@ CONFIGURE_ARGS+= --with-fpectl
PLATFORMS=plat-freebsd4 plat-freebsd5 plat-freebsd6
.elif ${OSVERSION} >= 600000
PLATFORMS=plat-freebsd4 plat-freebsd5 plat-freebsd7
-.elif ${OSVERSION} >= 500000
-PLATFORMS=plat-freebsd4 plat-freebsd6 plat-freebsd7
.else
-PLATFORMS=plat-freebsd5 plat-freebsd6 plat-freebsd7
+PLATFORMS=plat-freebsd4 plat-freebsd6 plat-freebsd7
.endif
pre-patch: