svn commit: r561668 - head/math/bcal

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jan 15 20:36:38 UTC 2021


Author: pkubaj
Date: Fri Jan 15 20:36:37 2021
New Revision: 561668
URL: https://svnweb.freebsd.org/changeset/ports/561668

Log:
  math/bcal: enable on powerpc64
  
  MFH:		2020Q1

Modified:
  head/math/bcal/Makefile

Modified: head/math/bcal/Makefile
==============================================================================
--- head/math/bcal/Makefile	Fri Jan 15 20:31:02 2021	(r561667)
+++ head/math/bcal/Makefile	Fri Jan 15 20:36:37 2021	(r561668)
@@ -11,7 +11,7 @@ COMMENT=	Storage expression, unit conversion & address
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS=	amd64 powerpc64
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 


More information about the svn-ports-all mailing list