diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-03-10 03:03:55 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-03-10 03:03:55 +0000 |
commit | a3ef5976894d84cda5cd1fcadef68260846afe1c (patch) | |
tree | a81b9ab1fb994eb1077004dba617089aeb9368cd /math | |
parent | 40a3fce1abd4c00e1143c6c62cf0f0fdee03f154 (diff) | |
download | ports-a3ef5976894d84cda5cd1fcadef68260846afe1c.tar.gz ports-a3ef5976894d84cda5cd1fcadef68260846afe1c.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/amath/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |