diff options
Diffstat (limited to 'mail/archiveopteryx-devel')
-rw-r--r-- | mail/archiveopteryx-devel/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/archiveopteryx-devel/Makefile b/mail/archiveopteryx-devel/Makefile index 82a5f2880e27..752143ca5a37 100644 --- a/mail/archiveopteryx-devel/Makefile +++ b/mail/archiveopteryx-devel/Makefile @@ -12,10 +12,12 @@ COMMENT= Advanced PostgreSQL-based IMAP/POP server LICENSE= MIT -BUILD_DEPENDS= jam:devel/jam - +BROKEN_mips= fails to build: /bin/sh: clang: not found +BROKEN_mips64= fails to build: /bin/sh: clang: not found BROKEN_powerpc64= Does not build: /bin/sh: clang: not found +BUILD_DEPENDS= jam:devel/jam + USE_GITHUB= yes GH_ACCOUNT= aox GH_PROJECT= aox |