svn commit: r550374 - head/lang/squeak

Mark Linimon linimon at FreeBSD.org
Sun Sep 27 21:18:24 UTC 2020


Author: linimon
Date: Sun Sep 27 21:18:23 2020
New Revision: 550374
URL: https://svnweb.freebsd.org/changeset/ports/550374

Log:
  Allow building on powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/squeak/Makefile

Modified: head/lang/squeak/Makefile
==============================================================================
--- head/lang/squeak/Makefile	Sun Sep 27 21:15:38 2020	(r550373)
+++ head/lang/squeak/Makefile	Sun Sep 27 21:18:23 2020	(r550374)
@@ -21,7 +21,7 @@ COMMENT=	Full Smalltalk 80 with portability to Unix, M
 LICENSE=	APACHE20 MIT
 LICENSE_COMB=	multi
 
-ONLY_FOR_ARCHS=		aarch64 amd64 i386 powerpc powerpc64 powerpcspe
+ONLY_FOR_ARCHS=		aarch64 amd64 i386 powerpc powerpc64 powerpc64le powerpcspe
 
 BUILD_DEPENDS=	cmake:devel/cmake \
 		v4l_compat>=1.0.20120501:multimedia/v4l_compat


More information about the svn-ports-all mailing list