diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-06-10 21:10:33 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-06-10 21:10:33 +0800 |
commit | 162214df12087448463f34e802fdbf421c6c141f (patch) | |
tree | 38a7feba502addc79a663e779d41f6ebf0165ab4 /mail/exim-devel | |
parent | 2e1ba2da0a3c8a6d716764ec8a181a5294575cf0 (diff) | |
download | freebsd-ports-gnome-162214df12087448463f34e802fdbf421c6c141f.tar.gz freebsd-ports-gnome-162214df12087448463f34e802fdbf421c6c141f.tar.zst freebsd-ports-gnome-162214df12087448463f34e802fdbf421c6c141f.zip |
Fix the comment about WITHOUT_X11.
Diffstat (limited to 'mail/exim-devel')
-rw-r--r-- | mail/exim-devel/Makefile | 6 |
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 |