diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-07-21 18:09:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-07-21 18:09:48 +0000 |
commit | 5146d791520e145ccab3a54ad0bfd30bbd3fcd0a (patch) | |
tree | a23d4ee09470907a5d7e2d709415e34b268245cd /mail/exim | |
parent | Define DISTNAME to fix fetch problem. (diff) |
Mark FORBIDDEN, there is a pretty bad bug that was just fixed in a new version.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=30941
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 7a343dc74718..bfd403dfd1ac 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -15,6 +15,8 @@ DISTFILES= exim-3.15.tar.gz exim-texinfo-3.10.tar.gz MAINTAINER= sheldonh@FreeBSD.org +FORBIDDEN= Bug with system filters used to freeze messages for manual thawing + # If WITHOUT_X11 is not defined, the eximon monitor, which requires X, will # be built. Comment it out unless you have or want XFree86 installed! .if !defined(WITHOUT_X11) |