diff options
Diffstat (limited to 'mail/imap-uw')
-rw-r--r-- | mail/imap-uw/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index fd882a93bbe..e053a991427 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,9 +1,13 @@ -# $NetBSD: Makefile,v 1.117 2007/08/03 17:03:29 obache Exp $ +# $NetBSD: Makefile,v 1.118 2007/08/03 17:12:00 jwise Exp $ # # ATTENTION: # The Kerberos support in this software is known to be problematic. If you # upgrade this package you *must* test it on a system with Kerberos libraries # but not running Kerberos before committing the changes. +# +# NOTE ALSO: +# The most common reason to install this package is as a prerequisite for pine. +# If you upgrade this package, you *must* test mail/pine with the new version. DISTNAME= imap-2006j2 PKGNAME= ${DISTNAME:S/-/-uw-/} |