svn commit: r551768 - head/biology/gmap

Piotr Kubaj pkubaj at FreeBSD.org
Fri Oct 9 13:23:13 UTC 2020


Author: pkubaj
Date: Fri Oct  9 13:23:12 2020
New Revision: 551768
URL: https://svnweb.freebsd.org/changeset/ports/551768

Log:
  biology/gmap: enable on powerpc64le
  
  Doesn't build on powerpc64 due to missing big-endian code variants, but builds on powerpc64le.

Modified:
  head/biology/gmap/Makefile

Modified: head/biology/gmap/Makefile
==============================================================================
--- head/biology/gmap/Makefile	Fri Oct  9 13:07:16 2020	(r551767)
+++ head/biology/gmap/Makefile	Fri Oct  9 13:23:12 2020	(r551768)
@@ -15,7 +15,7 @@ LICENSE_NAME=	GMAP License
 LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
-ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS=		amd64 i386 powerpc64le
 ONLY_FOR_ARCHS_REASON=	Upstream supports only x86 and possibly POWER8
 
 USES=		gmake perl5


More information about the svn-ports-all mailing list