diff options
author | linimon <linimon@FreeBSD.org> | 2016-10-06 03:33:24 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-10-06 03:33:24 +0800 |
commit | 383b57928b98511db931b7c3a1dd99b09c8d69b3 (patch) | |
tree | 8b51c9a68f768e82a423c039cc1d48e4fe6be24b /mail | |
parent | 9f801f922bcac9377509ac384e6611440042b6a1 (diff) | |
download | freebsd-ports-gnome-383b57928b98511db931b7c3a1dd99b09c8d69b3.tar.gz freebsd-ports-gnome-383b57928b98511db931b7c3a1dd99b09c8d69b3.tar.zst freebsd-ports-gnome-383b57928b98511db931b7c3a1dd99b09c8d69b3.zip |
Mark as broken on various tier-2 archs.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rmilter/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/rmilter/Makefile b/mail/rmilter/Makefile index 8a77dec112a3..970dcdecef3d 100644 --- a/mail/rmilter/Makefile +++ b/mail/rmilter/Makefile @@ -13,6 +13,10 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ libopendkim.so:mail/opendkim \ libmemcached.so:databases/libmemcached +BROKEN_armv6= Fails to configure in cmake +BROKEN_mips= Fails to compile: error: Unsupported word size +BROKEN_sparc64= Fails to compile: error: Unsupported word size + USE_GITHUB= yes GH_ACCOUNT= vstakhov |