aboutsummaryrefslogtreecommitdiff
path: root/lang/luajit/Makefile
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2019-09-09 09:00:38 +0000
committerMartin Matuska <mm@FreeBSD.org>2019-09-09 09:00:38 +0000
commitf86fe57acc13848755ae0bbd561546d6f483f398 (patch)
treeddf0775e58fa59e59c3f159fcc37a2f8f11bcad3 /lang/luajit/Makefile
parent1c4f1a9720f6519f01a04b68ce158686b48df2bc (diff)
downloadports-f86fe57acc13848755ae0bbd561546d6f483f398.tar.gz
ports-f86fe57acc13848755ae0bbd561546d6f483f398.zip
Add luajit-openresty to CONFLICTS_INSTALL for luajit
Notes
Notes: svn path=/head/; revision=511609
Diffstat (limited to 'lang/luajit/Makefile')
-rw-r--r--lang/luajit/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/luajit/Makefile b/lang/luajit/Makefile
index b5809101c816..9e911100e3d2 100644
--- a/lang/luajit/Makefile
+++ b/lang/luajit/Makefile
@@ -18,6 +18,8 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
IGNORE_aarch64= fails to compile: lj_arch.h:55:2: No support for this architecture (yet)
IGNORE_powerpc64= fails to compile: lj_arch.h:346:2: No support for PowerPC 64 bit mode
+CONFLICTS_INSTALL= luajit-openresty
+
WRKSRC= ${WRKDIR}/LuaJIT-${DISTVERSION}
USES= gmake
USE_LDCONFIG= yes