From ced3ae26e7bb331e22a3edc391562800aeebaef7 Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 10 Jan 2000 13:13:49 +0000 Subject: s/X11_BASE/X11BASE/. --- lang/python32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python32/Makefile') diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 3cc135b..d8f4971 100644 --- a/lang/python32/Makefile +++ b/lang/python32/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.1