[Midnightbsd-cvs] CVS Commit: Makefile: OSVERSION

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Aug 2 05:15:46 EDT 2007


Log Message:
-----------
OSVERSION

Modified Files:
--------------
    mports/lang/python22:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/lang/python22/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Llang/python22/Makefile -Llang/python22/Makefile -u -r1.1 -r1.2
--- lang/python22/Makefile
+++ lang/python22/Makefile
@@ -57,21 +57,9 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 400014
 CONFIGURE_ARGS+= --enable-ipv6
-.else
-CONFIGURE_ARGS+= --disable-ipv6
-.endif
 
-.if ${OSVERSION} >= 700000
-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
-.endif
 
 pre-patch:
 	${REINPLACE_CMD} -e \


More information about the Midnightbsd-cvs mailing list