diff options
author | Alex Dupre <ale@FreeBSD.org> | 2011-02-25 13:46:49 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2011-02-25 13:46:49 +0000 |
commit | bb6229da22208365c4f95fcc6191a30ea57ec101 (patch) | |
tree | 9add77bb75cfda4274868d3d565a8d482f5a8cad /mail | |
parent | fb796ff9544a19c5bacd38dd51fc48501f87a3cd (diff) | |
download | ports-bb6229da22208365c4f95fcc6191a30ea57ec101.tar.gz ports-bb6229da22208365c4f95fcc6191a30ea57ec101.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/lmtpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/lmtpd/Makefile b/mail/lmtpd/Makefile index dbfeb4a72a09..0eecd95fcbab 100644 --- a/mail/lmtpd/Makefile +++ b/mail/lmtpd/Makefile @@ -24,6 +24,8 @@ OPTIONS+= BDB "Support for Berkeley DB" on OPTIONS+= TRE "Support for TRE regexp (Approx regexp)" on OPTIONS+= SIEVE "Support for SIEVE regexp (Approx regexp)" on +BROKEN= doesn't build + .include <bsd.port.pre.mk> .if defined(LMTPD_WITH_BDB_VER) |