aboutsummaryrefslogtreecommitdiff
path: root/lang/python22/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python22/Makefile')
-rw-r--r--lang/python22/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile
index 3cc135b675b2..d8f497196ca8 100644
--- a/lang/python22/Makefile
+++ b/lang/python22/Makefile
@@ -34,7 +34,7 @@ SETUP_FILE= Setup
#
# Support for Tk is compiled in by default only if X11 is installed.
#
-.if exists(${X11_BASE})
+.if exists(${X11BASE})
WITH_TK?= yes
.endif
.if defined(WITH_TK) && $(WITH_TK) == yes