diff options
-rw-r--r-- | databases/py-pglast/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/py-pglast/Makefile b/databases/py-pglast/Makefile index d46b12909a5c..e08d52201408 100644 --- a/databases/py-pglast/Makefile +++ b/databases/py-pglast/Makefile @@ -12,6 +12,9 @@ COMMENT= PostgreSQL Languages AST and statements prettifier LICENSE= GPLv3+ +NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe +NOT_FOR_ARCHS_REASON= port/atomics/arch-ppc.h: No such file or directory + USES= gmake python:3.4+ USE_PYTHON= autoplist distutils |