summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-wax
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:27:14 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:27:14 +0000
commitc74701832f58a9ccecdcbfec31960b911abfc233 (patch)
tree69079f703d594c8f6e906b36a7ecfd57e746f64b /x11-toolkits/py-wax
parent- Update to 0.6.0 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200795
Diffstat (limited to 'x11-toolkits/py-wax')
-rw-r--r--x11-toolkits/py-wax/Makefile6
1 files changed, 2 insertions, 4 deletions
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 <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>