diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim-devel/Makefile | 6 | ||||
-rw-r--r-- | mail/exim-old/Makefile | 6 | ||||
-rw-r--r-- | mail/exim/Makefile | 6 |
3 files changed, 12 insertions, 6 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 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 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 |