diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/pecl-phk/Makefile | 2 | ||||
-rw-r--r-- | archivers/php55-phar/Makefile | 2 | ||||
-rw-r--r-- | archivers/php56-phar/Makefile | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/archivers/pecl-phk/Makefile b/archivers/pecl-phk/Makefile index 4bc69141c4e1..ba51477049aa 100644 --- a/archivers/pecl-phk/Makefile +++ b/archivers/pecl-phk/Makefile @@ -14,8 +14,6 @@ COMMENT= PHK is a PHP-oriented package/archive system LICENSE= PHP301 -BROKEN_powerpc64= Does not build - USES= php:ext tar:tgz USE_PHP= hash:build IGNORE_WITH_PHP= 70 diff --git a/archivers/php55-phar/Makefile b/archivers/php55-phar/Makefile index 38e926ed1c9c..9419f1881721 100644 --- a/archivers/php55-phar/Makefile +++ b/archivers/php55-phar/Makefile @@ -8,6 +8,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php55 PKGNAMESUFFIX= -phar -BROKEN_powerpc64= Does not build - .include "${MASTERDIR}/Makefile" diff --git a/archivers/php56-phar/Makefile b/archivers/php56-phar/Makefile index 1cd51eb07279..c55156b023ef 100644 --- a/archivers/php56-phar/Makefile +++ b/archivers/php56-phar/Makefile @@ -8,6 +8,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php56 PKGNAMESUFFIX= -phar -BROKEN_powerpc64= Does not build - .include "${MASTERDIR}/Makefile" |