svn commit: r550371 - head/java/eclipse

Mark Linimon linimon at FreeBSD.org
Sun Sep 27 21:03:14 UTC 2020


Author: linimon
Date: Sun Sep 27 21:03:13 2020
New Revision: 550371
URL: https://svnweb.freebsd.org/changeset/ports/550371

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

Modified:
  head/java/eclipse/Makefile

Modified: head/java/eclipse/Makefile
==============================================================================
--- head/java/eclipse/Makefile	Sun Sep 27 21:00:49 2020	(r550370)
+++ head/java/eclipse/Makefile	Sun Sep 27 21:03:13 2020	(r550371)
@@ -49,7 +49,7 @@ COMMENT=	Eclipse IDE 2020-06
 
 LICENSE=	EPL
 
-ONLY_FOR_ARCHS=	amd64 powerpc64
+ONLY_FOR_ARCHS=	amd64 powerpc64 powerpc64le
 
 BUILD_DEPENDS=	git:devel/git-lite \
 		${LOCALBASE}/share/java/maven/bin/mvn:devel/maven \


More information about the svn-ports-all mailing list