diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2025-07-09 14:04:57 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2025-07-09 14:05:35 +0000 |
| commit | 8fc249ab07e63507a18700cab413e23b9a67bde7 (patch) | |
| tree | 2be25cd9ddc4f80ae020c38ea4525dbb834ee78a /lang/luajit | |
| parent | 590be7149444dbc0026cced117a2a1db493402a8 (diff) | |
Diffstat (limited to 'lang/luajit')
| -rw-r--r-- | lang/luajit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/luajit/Makefile b/lang/luajit/Makefile index 16c690d97959..eb917faf3628 100644 --- a/lang/luajit/Makefile +++ b/lang/luajit/Makefile @@ -1,5 +1,6 @@ PORTNAME= luajit DISTVERSION= 2.1.0.20250528 +PORTREVISION= 1 CATEGORIES= lang DISTNAME= LuaJIT-${DISTVERSION} @@ -15,7 +16,7 @@ IGNORE_riscv64= fails to compile: lj_arch.h:73:2: No support for this architect USES= compiler cpe gmake -CONFLICTS_INSTALL= luajit-devel luajit-openresty +CONFLICTS_INSTALL= luajit-openresty USE_LDCONFIG= yes MAKE_ARGS= CC=${CC} CCOPT= CCOPT_x86= Q= |
