From dbad51556d7e99d19509a324db54781a54b64df9 Mon Sep 17 00:00:00 2001
From: Thomas Gellekum <tg@FreeBSD.org>
Date: Mon, 10 Jan 2000 13:13:49 +0000
Subject: s/X11_BASE/X11BASE/.

---
 lang/python15/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lang/python15')

diff --git a/lang/python15/Makefile b/lang/python15/Makefile
index 3cc135b675b2..d8f497196ca8 100644
--- a/lang/python15/Makefile
+++ b/lang/python15/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
-- 
cgit v1.2.3