summaryrefslogtreecommitdiff
path: root/mail/exim-devel
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-06-10 13:10:33 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-06-10 13:10:33 +0000
commiteb12cc6e8aaa1052548532080d602e30ca15dd64 (patch)
tree04b739ea971a5a3a0baa54c140bd3c3e3d38f18e /mail/exim-devel
parentUpdate to 0.7.4. (diff)
Fix the comment about WITHOUT_X11.
Notes
Notes: svn path=/head/; revision=43750
Diffstat (limited to 'mail/exim-devel')
-rw-r--r--mail/exim-devel/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile
index ba8e023f0803..83e0b8abf37f 100644
--- a/mail/exim-devel/Makefile
+++ b/mail/exim-devel/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