diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 14:27:14 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 14:27:14 +0800 |
commit | 7238b14395cb7d5bb9ed19be85b97ef31884e3ed (patch) | |
tree | 16804407445218161ca5273c337a54f9150befb2 /x11-toolkits/py-wax | |
parent | 920ef646f384fe4cd81929ea201c797af2cdbddd (diff) | |
download | freebsd-ports-graphics-7238b14395cb7d5bb9ed19be85b97ef31884e3ed.tar.gz freebsd-ports-graphics-7238b14395cb7d5bb9ed19be85b97ef31884e3ed.tar.zst freebsd-ports-graphics-7238b14395cb7d5bb9ed19be85b97ef31884e3ed.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'x11-toolkits/py-wax')
-rw-r--r-- | x11-toolkits/py-wax/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/py-wax/Makefile b/x11-toolkits/py-wax/Makefile index 11406b76576..9e47c8cb286 100644 --- a/x11-toolkits/py-wax/Makefile +++ b/x11-toolkits/py-wax/Makefile @@ -43,12 +43,10 @@ do-install: ${MV} ${DATADIR}/${PORTNAME}/examples ${EXAMPLESDIR} .endif -.include <bsd.port.pre.mk> - -.if defined(WITH_UNICODE) && (${OSVERSION} > 500000) +.if defined(WITH_UNICODE) WX_PYTHON_DIR= wx-2.6-gtk2-unicode .else WX_PYTHON_DIR= wx-2.6-gtk2-ansi .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |