diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-07-11 05:03:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-07-11 05:03:03 +0000 |
commit | 22ccdbe4d0bb358b9b49fff425e0efedfacd4935 (patch) | |
tree | 898f2e49f81220de9871c1df7550fbc90a01762b /mail | |
parent | 696bc148c7bbfd9a7e3b6c935cc742620971070f (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/getmail/Makefile | 2 | ||||
-rw-r--r-- | mail/mixminion/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index f0961324a914..c96ff059187d 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= . old-versions MAINTAINER= sergei@FreeBSD.org COMMENT= POP3 mail retriever with reliable Maildir/command delivery +BROKEN= "Unfetchable" + USE_PYTHON= yes USE_REINPLACE= yes diff --git a/mail/mixminion/Makefile b/mail/mixminion/Makefile index 394535d0d5e1..89dbb55c2987 100644 --- a/mail/mixminion/Makefile +++ b/mail/mixminion/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.mixminion.net/dist/${PORTVERSION}/ MAINTAINER= freebsd-ports@rikrose.net COMMENT= A Type III Anonymous Remailer +BROKEN= "Unfetchable" + USE_OPENSSL= yes USE_REINPLACE= yes USE_PYTHON= 2.0+ |