diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 07:22:04 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 07:22:04 +0800 |
commit | ae66d23574addf17e7d37590206d536f58ef52b9 (patch) | |
tree | 3039980d30aa6112620b0473c79a23d871077c27 /lang/python32 | |
parent | 37bf109345c47df26a557cde52e2fa7c4cefa61f (diff) | |
download | freebsd-ports-gnome-ae66d23574addf17e7d37590206d536f58ef52b9.tar.gz freebsd-ports-gnome-ae66d23574addf17e7d37590206d536f58ef52b9.tar.zst freebsd-ports-gnome-ae66d23574addf17e7d37590206d536f58ef52b9.zip |
Remove support for OSVERSION < 5
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: |