svn commit: r511609 - head/lang/luajit

Martin Matuska mm at FreeBSD.org
Mon Sep 9 09:00:38 UTC 2019


Author: mm
Date: Mon Sep  9 09:00:38 2019
New Revision: 511609
URL: https://svnweb.freebsd.org/changeset/ports/511609

Log:
  Add luajit-openresty to CONFLICTS_INSTALL for luajit

Modified:
  head/lang/luajit/Makefile

Modified: head/lang/luajit/Makefile
==============================================================================
--- head/lang/luajit/Makefile	Mon Sep  9 08:57:54 2019	(r511608)
+++ head/lang/luajit/Makefile	Mon Sep  9 09:00:38 2019	(r511609)
@@ -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


More information about the svn-ports-head mailing list