svn commit: r550334 - head/editors/neovim

Mark Linimon linimon at FreeBSD.org
Sun Sep 27 20:06:03 UTC 2020


Author: linimon
Date: Sun Sep 27 20:06:02 2020
New Revision: 550334
URL: https://svnweb.freebsd.org/changeset/ports/550334

Log:
  Generalize to powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/editors/neovim/Makefile

Modified: head/editors/neovim/Makefile
==============================================================================
--- head/editors/neovim/Makefile	Sun Sep 27 20:02:04 2020	(r550333)
+++ head/editors/neovim/Makefile	Sun Sep 27 20:06:02 2020	(r550334)
@@ -59,7 +59,7 @@ PYNVIM_USES=		python:run
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc64*}
 LUAJIT_LIB_DEPENDS=	libluajit-5.1.so:lang/luajit-openresty
 USES+=		compiler:gcc-c++11-lib
 .endif


More information about the svn-ports-all mailing list