diff options
author | tnn <tnn@pkgsrc.org> | 2022-04-24 15:58:42 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-04-24 15:58:42 +0000 |
commit | edc4d88b014f953e1094839e2c1d0ae5fdd94d94 (patch) | |
tree | f44294e6d443091e4807109a7d78ba27c3ecdfef /mail/sqwebmail | |
parent | 7bb47f28234fe9258434ab4dda5e02c23ec1868b (diff) | |
download | pkgsrc-edc4d88b014f953e1094839e2c1d0ae5fdd94d94.tar.gz |
sqwebmail: NOT_FOR_UNPRIVILEGED
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r-- | mail/sqwebmail/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index d492f905130..fd44176939a 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2021/05/24 19:52:54 wiz Exp $ +# $NetBSD: Makefile,v 1.87 2022/04/24 15:58:42 tnn Exp $ DISTNAME= sqwebmail-5.5.3 PKGREVISION= 12 @@ -20,6 +20,9 @@ USE_LIBTOOL= yes PKG_OPTIONS_VAR= PKG_OPTIONS.sqwebmail PKG_SUPPORTED_OPTIONS= fam +# checking for courierauthconfig... /opt/pkg/bin/courierauthconfig +# Cannot obtain information for user courier: Error 0 +NOT_FOR_UNPRIVILEGED= yes .include "../../mk/bsd.options.mk" |