aboutsummaryrefslogtreecommitdiff
path: root/lang/python21
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-01-10 13:13:49 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-01-10 13:13:49 +0000
commitdbad51556d7e99d19509a324db54781a54b64df9 (patch)
tree73ca9bba7ecf2f8476c4409185c4cd9bdcd44c28 /lang/python21
parent4443946f48e97d5633ef3200f9cadd931516562f (diff)
downloadports-dbad51556d7e99d19509a324db54781a54b64df9.tar.gz
ports-dbad51556d7e99d19509a324db54781a54b64df9.zip
s/X11_BASE/X11BASE/.
Notes
Notes: svn path=/head/; revision=24622
Diffstat (limited to 'lang/python21')
-rw-r--r--lang/python21/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile
index 3cc135b675b2..d8f497196ca8 100644
--- a/lang/python21/Makefile
+++ b/lang/python21/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