aboutsummaryrefslogtreecommitdiff
path: root/lang/python23
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-07-28 11:08:07 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-07-28 11:08:07 +0000
commit3e25aa0528e6b48bed6c8c10c676aaeb8bf0b086 (patch)
treee680663d234c9cefe0e2ff00ae25a78312e057d6 /lang/python23
parentcad8b693e62b0495242f3b6381c8c7788faf7d8a (diff)
downloadports-3e25aa0528e6b48bed6c8c10c676aaeb8bf0b086.tar.gz
ports-3e25aa0528e6b48bed6c8c10c676aaeb8bf0b086.zip
Notes
Diffstat (limited to 'lang/python23')
-rw-r--r--lang/python23/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile
index 0f0bdbf9b49d..18472eedaff6 100644
--- a/lang/python23/Makefile
+++ b/lang/python23/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)