diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-10 13:10:33 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-10 13:10:33 +0000 |
commit | eb12cc6e8aaa1052548532080d602e30ca15dd64 (patch) | |
tree | 04b739ea971a5a3a0baa54c140bd3c3e3d38f18e /mail/exim | |
parent | 77c42fd219327f054ec7b977db811de2f747f2e8 (diff) | |
download | ports-eb12cc6e8aaa1052548532080d602e30ca15dd64.tar.gz ports-eb12cc6e8aaa1052548532080d602e30ca15dd64.zip |
Fix the comment about WITHOUT_X11.
Notes
Notes:
svn path=/head/; revision=43750
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index ba8e023f0803..83e0b8abf37f 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -16,8 +16,10 @@ DISTFILES= exim-3.22.tar.gz exim-texinfo-3.20.tar.gz MAINTAINER= sheldonh@FreeBSD.org -# 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 WITHOUT_X11 is not defined, the eximon monitor, which requires X, +# will be built. If you do not have XFree86 installed and you do not +# want to install it, define WITHOUT_X11 during the build. This will +# disable eximon, the Exim monitor. .if !defined(WITHOUT_X11) USE_XLIB= yes .endif |