Thu Sep 23 22:20:06 2021 UTC ()
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.


(gutteridge)
diff -r1.18 -r1.19 pkgsrc/meta-pkgs/courier/Makefile

cvs diff -r1.18 -r1.19 pkgsrc/meta-pkgs/courier/Makefile (expand / switch to context diff)
--- pkgsrc/meta-pkgs/courier/Makefile 2021/09/22 21:24:57 1.18
+++ pkgsrc/meta-pkgs/courier/Makefile 2021/09/23 22:20:06 1.19
@@ -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 @@
 #
 #	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