From c74701832f58a9ccecdcbfec31960b911abfc233 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 4 Oct 2007 06:27:14 +0000 Subject: Remove always-false/true conditions based on OSVERSION 500000 --- x11-toolkits/py-wax/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'x11-toolkits/py-wax') diff --git a/x11-toolkits/py-wax/Makefile b/x11-toolkits/py-wax/Makefile index 11406b765764..9e47c8cb2863 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 - -.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 +.include -- cgit v1.2.3