diff options
-rw-r--r-- | www/phalcon4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/phalcon4/Makefile b/www/phalcon4/Makefile index 16538218e157..1ea7fd9c0d78 100644 --- a/www/phalcon4/Makefile +++ b/www/phalcon4/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 CONFLICTS_INSTALL= ${PKGNAMEPREFIX}phalcon @@ -30,7 +30,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: |