diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:22:04 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:22:04 +0000 |
commit | c0b3ecac4483b2524287317171c79548d9842905 (patch) | |
tree | a54ccbce3d9ebec379dfb9b18dc59f736f99ac20 /lang/python32 | |
parent | a582224f292229127fbfc1892699cee68aed933f (diff) | |
download | ports-c0b3ecac4483b2524287317171c79548d9842905.tar.gz ports-c0b3ecac4483b2524287317171c79548d9842905.zip |
Notes
Diffstat (limited to 'lang/python32')
-rw-r--r-- | lang/python32/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile index a688a3c2f0b1..970afaecc195 100644 --- a/lang/python32/Makefile +++ b/lang/python32/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: |