svn commit: r488415 - head/sysutils/gigolo

Mark Linimon linimon at FreeBSD.org
Wed Dec 26 18:09:41 UTC 2018


Author: linimon
Date: Wed Dec 26 18:09:40 2018
New Revision: 488415
URL: https://svnweb.freebsd.org/changeset/ports/488415

Log:
  Also reported to build on powerpcspe, which most likely means it will
  build on powerpc (32) as well.
  
  Reported by:	jhibbits
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/gigolo/Makefile

Modified: head/sysutils/gigolo/Makefile
==============================================================================
--- head/sysutils/gigolo/Makefile	Wed Dec 26 18:08:23 2018	(r488414)
+++ head/sysutils/gigolo/Makefile	Wed Dec 26 18:09:40 2018	(r488415)
@@ -11,7 +11,7 @@ COMMENT=	Frontend to easily manage filesystem connecti
 
 LICENSE=	GPLv2
 
-ONLY_FOR_ARCHS=		amd64 i386 powerpc64
+ONLY_FOR_ARCHS=		amd64 i386 powerpc powerpc64 powerpcspe
 ONLY_FOR_ARCHS_REASON=	Does not compile
 
 BUILD_DEPENDS=	p5-XML-Parser>=0:textproc/p5-XML-Parser


More information about the svn-ports-all mailing list