diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-01-10 13:13:49 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-01-10 13:13:49 +0000 |
commit | dbad51556d7e99d19509a324db54781a54b64df9 (patch) | |
tree | 73ca9bba7ecf2f8476c4409185c4cd9bdcd44c28 /lang/python-devel | |
parent | 4443946f48e97d5633ef3200f9cadd931516562f (diff) | |
download | ports-dbad51556d7e99d19509a324db54781a54b64df9.tar.gz ports-dbad51556d7e99d19509a324db54781a54b64df9.zip |
s/X11_BASE/X11BASE/.
Notes
Notes:
svn path=/head/; revision=24622
Diffstat (limited to 'lang/python-devel')
-rw-r--r-- | lang/python-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python-devel/Makefile b/lang/python-devel/Makefile index 3cc135b675b2..d8f497196ca8 100644 --- a/lang/python-devel/Makefile +++ b/lang/python-devel/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 |