mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
lang/Makefile: connect lang/luajit-devel to build
Update CONFLICTS for lang/luajit and lang/luajit-openresty.
This commit is contained in:
parent
4fec652f2e
commit
8823f79373
@ -169,6 +169,7 @@
|
||||
SUBDIR += lua53
|
||||
SUBDIR += lua54
|
||||
SUBDIR += luajit
|
||||
SUBDIR += luajit-devel
|
||||
SUBDIR += luajit-openresty
|
||||
SUBDIR += malbolge
|
||||
SUBDIR += maude
|
||||
|
@ -19,7 +19,7 @@ IGNORE_riscv64= fails to compile: lj_arch.h:73:2: No support for this architect
|
||||
|
||||
USES= cpe gmake
|
||||
|
||||
CONFLICTS_INSTALL= luajit
|
||||
CONFLICTS_INSTALL= luajit luajit-devel
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ARGS= CC=${CC} Q=
|
||||
|
@ -18,7 +18,7 @@ IGNORE_aarch64= fails to compile: lj_arch.h:55:2: No support for this architect
|
||||
IGNORE_powerpc64= fails to compile: lj_arch.h:346:2: No support for PowerPC 64 bit mode
|
||||
IGNORE_riscv64= fails to compile: lj_arch.h:55:2: No support for this architecture (yet)
|
||||
|
||||
CONFLICTS_INSTALL= luajit-openresty
|
||||
CONFLICTS_INSTALL= luajit-devel luajit-openresty
|
||||
|
||||
WRKSRC= ${WRKDIR}/LuaJIT-${DISTVERSION}
|
||||
USES= cpe gmake
|
||||
|
Loading…
Reference in New Issue
Block a user