summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/phalcon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/phalcon/Makefile b/www/phalcon/Makefile
index 93c7b26a2ed7..7dde8247afcc 100644
--- a/www/phalcon/Makefile
+++ b/www/phalcon/Makefile
@@ -12,7 +12,7 @@ COMMENT= Phalcon PHP Framework written in C-language
LICENSE= BSD3CLAUSE
-ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386
+ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64
USES= localbase php:ext
USE_PHP= hash:build json:build pdo:build
@@ -28,7 +28,7 @@ CONFIGURE_ARGS= --enable-phalcon
.include <bsd.port.pre.mk>
-PBITS= ${ARCH:S/aarch64/64/:S/amd64/64/:C/armv.*/32/:S/i386/32/:S/x86_64/64/}
+PBITS= ${ARCH:S/aarch64/64/:S/amd64/64/:C/armv.*/32/:S/i386/32/:S/x86_64/64/:C/powerpc64.*/64/}
WRKSRC_SUBDIR= build/php${PHP_VER:C/.$//}/${PBITS}bits
post-patch: