diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-07-10 04:21:17 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-07-10 04:21:17 +0000 |
commit | e05ac93db4fa95859b52cf1edc3543b6cb8e74eb (patch) | |
tree | bb041e239022ed718a6668a7efcafff183980d3e /mail | |
parent | 21fa6706220de32863ea611c300a518b502952d6 (diff) | |
download | ports-e05ac93db4fa95859b52cf1edc3543b6cb8e74eb.tar.gz ports-e05ac93db4fa95859b52cf1edc3543b6cb8e74eb.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index a244c05ba566..131bcb60e967 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -12,6 +12,9 @@ COMMENT= Fast, teachable, learning spam detector LICENSE= GPLv2 +BROKEN_FreeBSD_10_armv6= fails to configure: Cannot open a shared environment in Berkeley DB +BROKEN_FreeBSD_10_armv7= fails to configure: Cannot open a shared environment in Berkeley DB + .if !defined(MASTERDIR) || ${MASTERDIR} == ${.CURDIR} # building master port USES+= bdb:5+ |