summaryrefslogtreecommitdiff
path: root/lang/python22/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python22/Makefile')
-rw-r--r--lang/python22/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile
index 0f0bdbf9b49d..18472eedaff6 100644
--- a/lang/python22/Makefile
+++ b/lang/python22/Makefile
@@ -31,7 +31,7 @@ SETUP_FILE= Setup
#
# If you don't want to use Python's thread module, you need to set
-# WITHOUT_THREADS. libc_r should be installed on current systems.
+# WITHOUT_THREADS. libc_r should be installed on nowadays' systems.
#
LIBC_R!= /sbin/ldconfig -r | grep c_r || true
.if (${LIBC_R} != "") && !defined(WITHOUT_THREADS)