svn commit: r549777 - head/sysutils/gigolo

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 18:31:11 UTC 2020


Author: linimon
Date: Wed Sep 23 18:31:11 2020
New Revision: 549777
URL: https://svnweb.freebsd.org/changeset/ports/549777

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

Modified:
  head/sysutils/gigolo/Makefile

Modified: head/sysutils/gigolo/Makefile
==============================================================================
--- head/sysutils/gigolo/Makefile	Wed Sep 23 18:27:45 2020	(r549776)
+++ head/sysutils/gigolo/Makefile	Wed Sep 23 18:31:11 2020	(r549777)
@@ -12,7 +12,7 @@ COMMENT=	Frontend to easily manage filesystem connecti
 LICENSE=	GPLv2
 
 ONLY_FOR_ARCHS=         aarch64 amd64 armv6 armv7 i386 powerpc \
-			powerpc64 powerpcspe
+			powerpc64 powerpc64le powerpcspe
 ONLY_FOR_ARCHS_REASON=	Does not compile
 
 BUILD_DEPENDS=	p5-XML-Parser>=0:textproc/p5-XML-Parser


More information about the svn-ports-head mailing list