From a3ef5976894d84cda5cd1fcadef68260846afe1c Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 10 Mar 2019 03:03:55 +0000 Subject: [PATCH] Mark as NOT_FOR powerpc*. Approved by: portmgr (tier-2 blanket) --- math/amath/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/math/amath/Makefile b/math/amath/Makefile index 9eeb82dbe3dc..687c18851841 100644 --- a/math/amath/Makefile +++ b/math/amath/Makefile @@ -13,6 +13,9 @@ COMMENT= Simple command line calculator LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe +NOT_FOR_ARCHS_REASON= Must define endianness + USES= gmake USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} HAS_CONFIGURE= yes