diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:27:14 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:27:14 +0000 |
commit | c74701832f58a9ccecdcbfec31960b911abfc233 (patch) | |
tree | 69079f703d594c8f6e906b36a7ecfd57e746f64b /x11-toolkits/py-wxPython26 | |
parent | 3d87ef2d551df84654e1b928386f1b2468877824 (diff) |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200795
Diffstat (limited to 'x11-toolkits/py-wxPython26')
-rw-r--r-- | x11-toolkits/py-wxPython26/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/x11-toolkits/py-wxPython26/Makefile b/x11-toolkits/py-wxPython26/Makefile index 4f9cf5ff50fe..6bb94353f176 100644 --- a/x11-toolkits/py-wxPython26/Makefile +++ b/x11-toolkits/py-wxPython26/Makefile @@ -78,13 +78,6 @@ post-build: .include <bsd.port.pre.mk> -# are we ready for unicode? -.if defined(WITH_WXPYTHON_UNICODE) -. if ${OSVERSION} < 500000 -IGNORE= systems prior to FreeBSD 5.0 do not support Unicode -. endif -.endif - # wx version .if exists(${WX_CONFIG}) WX_VERSION!= ${WX_CONFIG} --release |