diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-08-21 11:13:41 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-08-21 11:13:41 +0000 |
commit | 6dbe12234a67819c263ba734b3e8eadf211c6a84 (patch) | |
tree | 40506d6e51aae20cb27ae1e155d56142b65bd664 /lang/python | |
parent | 8be9cc876ad11608423f59bac2a3a99de33509de (diff) | |
download | ports-6dbe12234a67819c263ba734b3e8eadf211c6a84.tar.gz ports-6dbe12234a67819c263ba734b3e8eadf211c6a84.zip |
Notes
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index f1ef275e8e25..3579aaba9839 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -108,7 +108,7 @@ PLATFORMS=plat-freebsd3 plat-freebsd4 plat-freebsd5 .elif ${OSVERSION} >= 500000 PLATFORMS=plat-freebsd3 plat-freebsd4 plat-freebsd6 .elif ${OSVERSION} >= 400000 -PLATFORMS=plat-freebsd3 plat-freebsd4 plat-freebsd5 +PLATFORMS=plat-freebsd3 plat-freebsd5 plat-freebsd6 .else PLATFORMS=plat-freebsd4 plat-freebsd5 plat-freebsd6 .endif |