svn commit: r500717 - head/lang/squeak

Steve Wills swills at FreeBSD.org
Fri May 3 11:29:25 UTC 2019


Author: swills
Date: Fri May  3 11:29:24 2019
New Revision: 500717
URL: https://svnweb.freebsd.org/changeset/ports/500717

Log:
  lang/squeak: Add aarch64 to ONLY_FOR_ARCHS
  
  PR:		237716
  Submitted by:	takeshi.mutoh at gmail.com (maintainer)

Modified:
  head/lang/squeak/Makefile   (contents, props changed)

Modified: head/lang/squeak/Makefile
==============================================================================
--- head/lang/squeak/Makefile	Fri May  3 11:27:53 2019	(r500716)
+++ head/lang/squeak/Makefile	Fri May  3 11:29:24 2019	(r500717)
@@ -21,7 +21,7 @@ COMMENT=	Full Smalltalk 80 with portability to Unix, M
 LICENSE=	APACHE20 MIT
 LICENSE_COMB=	multi
 
-ONLY_FOR_ARCHS=		amd64 i386 powerpc powerpc64 powerpcspe
+ONLY_FOR_ARCHS=		amd64 i386 powerpc powerpc64 powerpcspe aarch64
 
 BUILD_DEPENDS=	cmake:devel/cmake \
 		v4l_compat>=1.0.20120501:multimedia/v4l_compat


More information about the svn-ports-all mailing list