svn commit: r568137 - head/devel/9base

Piotr Kubaj pkubaj at FreeBSD.org
Thu Mar 11 22:00:06 UTC 2021


Author: pkubaj
Date: Thu Mar 11 22:00:06 2021
New Revision: 568137
URL: https://svnweb.freebsd.org/changeset/ports/568137

Log:
  devel/9base: enable on powerpc and powerpc64

Modified:
  head/devel/9base/Makefile

Modified: head/devel/9base/Makefile
==============================================================================
--- head/devel/9base/Makefile	Thu Mar 11 21:58:39 2021	(r568136)
+++ head/devel/9base/Makefile	Thu Mar 11 22:00:06 2021	(r568137)
@@ -13,7 +13,7 @@ COMMENT=	Port of various original plan9 tools
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=		amd64 i386 powerpc64le sparc64
+ONLY_FOR_ARCHS=		amd64 i386 powerpc powerpc64 powerpc64le sparc64
 ONLY_FOR_ARCHS_REASON=	has low-level code unavailable for ${ARCH}
 
 USES=		shebangfix


More information about the svn-ports-all mailing list