summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index d2e271140ec..fbbaf237e38 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.210 2019/06/17 14:28:43 tron Exp $
+# $NetBSD: Makefile,v 1.211 2019/06/19 12:05:12 jperkin Exp $
DISTNAME= mutt-1.12.1
CATEGORIES= mail
@@ -25,6 +25,7 @@ CONFIGURE_ARGS+= --without-included-gettext
CONFIGURE_ARGS+= --enable-external-dotlock
CONFIGURE_ARGS+= --enable-pop
CONFIGURE_ARGS+= --enable-imap
+CONFIGURE_ARGS.SunOS+= --disable-filemonitor
INFO_FILES= yes
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD"