git: 9208edb64b68 - main - lang/luajit: Fix option description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Jan 2022 00:06:09 UTC
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=9208edb64b6860314be8b98fdbddd3344a7f28e8 commit 9208edb64b6860314be8b98fdbddd3344a7f28e8 Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2022-01-13 00:03:21 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2022-01-13 00:03:21 +0000 lang/luajit: Fix option description --- lang/luajit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/luajit/Makefile b/lang/luajit/Makefile index 603a16306820..5f86e8327dae 100644 --- a/lang/luajit/Makefile +++ b/lang/luajit/Makefile @@ -11,7 +11,7 @@ MAINTAINER= osa@FreeBSD.org COMMENT= Just-In-Time Compiler for Lua OPTIONS_DEFINE= PTHREAD -OPTIONS_DESC= with pthread support +PTHREAD_DESC= with pthread support LICENSE= MIT PD LICENSE_COMB= multi