diff options
author | tg <tg@FreeBSD.org> | 2000-07-28 19:08:07 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-07-28 19:08:07 +0800 |
commit | 805c085044e1dfac85ffb0de8e4e527a4609265a (patch) | |
tree | 2bbc9aba22cadaf24d550035c32aa1608e06e77e /lang/python15 | |
parent | 79b55f19e1756864befe7025b145b204b61a226f (diff) | |
download | freebsd-ports-gnome-805c085044e1dfac85ffb0de8e4e527a4609265a.tar.gz freebsd-ports-gnome-805c085044e1dfac85ffb0de8e4e527a4609265a.tar.zst freebsd-ports-gnome-805c085044e1dfac85ffb0de8e4e527a4609265a.zip |
Clarify comment even further.
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 0f0bdbf9b49d..18472eedaff6 100644 --- a/lang/python15/Makefile +++ b/lang/python15/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) |