aboutsummaryrefslogtreecommitdiff
path: root/mail/exim-old/Makefile
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-old/Makefile
parent77c42fd219327f054ec7b977db811de2f747f2e8 (diff)
downloadports-eb12cc6e8aaa1052548532080d602e30ca15dd64.tar.gz
ports-eb12cc6e8aaa1052548532080d602e30ca15dd64.zip
Notes
Diffstat (limited to 'mail/exim-old/Makefile')
-rw-r--r--mail/exim-old/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile
index ba8e023f0803..83e0b8abf37f 100644
--- a/mail/exim-old/Makefile
+++ b/mail/exim-old/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