diff options
author | jperkin <jperkin@pkgsrc.org> | 2019-06-19 12:05:12 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2019-06-19 12:05:12 +0000 |
commit | 76f21922adfa4149d095a195bb968fc64fa82339 (patch) | |
tree | 9d269098bad7515310dd753de75bffebab627f7c /mail | |
parent | b4e7e62de5deac659648a4e7755c480afc1cfeef (diff) | |
download | pkgsrc-76f21922adfa4149d095a195bb968fc64fa82339.tar.gz |
mutt: Disable filemonitor (inotify) on SunOS.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 3 |
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" |