summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2021-09-23 22:20:06 +0000
committergutteridge <gutteridge@pkgsrc.org>2021-09-23 22:20:06 +0000
commit6fa834e3731432a3ad8805dd945fa8551038f9fd (patch)
tree5daabf6f6142e4118178c2e2414a6a9f2c79bf49
parent73dcc348a6666b6cf4db4c4f69fff0b4b2960ad0 (diff)
downloadpkgsrc-6fa834e3731432a3ad8805dd945fa8551038f9fd.tar.gz
courier: fix a typo and add an explanatory comment (NFC)
That dependency should probably just be removed, but follow the intent of the previous commit for now.
-rw-r--r--meta-pkgs/courier/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-pkgs/courier/Makefile b/meta-pkgs/courier/Makefile
index f8ff29c7a58..d6154c34367 100644
--- a/meta-pkgs/courier/Makefile
+++ b/meta-pkgs/courier/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2021/09/22 21:24:57 mef Exp $
+# $NetBSD: Makefile,v 1.19 2021/09/23 22:20:06 gutteridge Exp $
DISTNAME= courier-${COURIER_VERSION}
CATEGORIES= meta-pkgs mail
@@ -30,7 +30,8 @@ DEPENDS+= courier-mta>=${COURIER_VERSION}:../../mail/courier-mta
#
# mail/maildrop, mail/courier-imap, mail/sqwebmail
#
-#EPENDS+= maildrop>=2.5.0:../../mail/maildrop
+# maildrop is presently a hard dependency of courier-mta.
+#DEPENDS+= maildrop>=2.5.0:../../mail/maildrop
DEPENDS+= courier-imap>=4.8.0:../../mail/courier-imap
DEPENDS+= sqwebmail>=5.4.1:../../mail/sqwebmail