summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-06-28 06:02:39 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-06-28 06:02:39 +0000
commit3babc490d761ee1a0c685033ec3e4db60d2144cd (patch)
tree1025d107064f7d4d5030dfc5c5ce7a9d48c2e607 /lang/python
parentUpdate to version 0.9 (diff)
Fix comment.
Submitted by: fjoe
Notes
Notes: svn path=/head/; revision=112445
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile
index 59648c58b0c8..9591ae05d10a 100644
--- a/lang/python/Makefile
+++ b/lang/python/Makefile
@@ -58,7 +58,7 @@ CONFIGURE_ARGS+= --without-threads
.if defined(LDFLAGS)
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
.endif # defined(LDFLAGS)
-.endif # defined(WITH_THREADS)
+.endif # !defined(WITHOUT_THREADS)
.if !defined(WITHOUT_UCS4) && !defined(WITH_UCS2)
CONFIGURE_ARGS+= --enable-unicode=ucs4