diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-10-09 10:11:47 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-10-09 10:11:47 +0000 |
commit | 5b778ae59b24590d4db5b63499327b2afd26cf3b (patch) | |
tree | 12092db1f97062a556cf7c8afaeb40fb27096f6f /databases | |
parent | 71f3009f1fdfea63a8c879823fe6a721d1eeefd1 (diff) | |
download | ports-5b778ae59b24590d4db5b63499327b2afd26cf3b.tar.gz ports-5b778ae59b24590d4db5b63499327b2afd26cf3b.zip |
Comment for PTHREAD OPTION was inverted.
Reported by: nork
Notes
Notes:
svn path=/head/; revision=262663
Diffstat (limited to 'databases')
-rw-r--r-- | databases/tokyocabinet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile index e1c3b9c8c65e..2eaa4f407cd5 100644 --- a/databases/tokyocabinet/Makefile +++ b/databases/tokyocabinet/Makefile @@ -38,7 +38,7 @@ OPTIONS= DEBUG "Debugging support" off \ FASTEST "Fastest run" off \ LZMA "Enable LZMA codec" off \ LZO "Enable LZO codec" off \ - PTHREAD "Disable POSIX thread support" on \ + PTHREAD "Enable POSIX thread support" on \ PROFILE "Profiling build" off \ SHARED "Shared build" on \ SWAB "Swapping byte-orders build" off \ |