diff options
author | tg <tg@FreeBSD.org> | 2000-01-10 21:13:49 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-01-10 21:13:49 +0800 |
commit | ced3ae26e7bb331e22a3edc391562800aeebaef7 (patch) | |
tree | 284c1a27321c792e5da355d40fa1be48d127cf97 /lang/python15 | |
parent | 861c872e509c83b37ca939216d484f730afa8443 (diff) | |
download | freebsd-ports-gnome-ced3ae26e7bb331e22a3edc391562800aeebaef7.tar.gz freebsd-ports-gnome-ced3ae26e7bb331e22a3edc391562800aeebaef7.tar.zst freebsd-ports-gnome-ced3ae26e7bb331e22a3edc391562800aeebaef7.zip |
s/X11_BASE/X11BASE/.
Diffstat (limited to 'lang/python15')
-rw-r--r-- | lang/python15/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |