diff options
-rw-r--r-- | net-mail/courier-imap/courier-imap-1.6.2.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-mail/courier-imap/courier-imap-1.6.2.ebuild b/net-mail/courier-imap/courier-imap-1.6.2.ebuild index 2c8ddf85eb69..4aaa4b9f45de 100644 --- a/net-mail/courier-imap/courier-imap-1.6.2.ebuild +++ b/net-mail/courier-imap/courier-imap-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-1.6.2.ebuild,v 1.1 2002/12/31 08:07:44 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-1.6.2.ebuild,v 1.2 2002/12/31 08:08:37 raker Exp $ DESCRIPTION="An IMAP daemon designed specifically for maildirs" SRC_URI="http://twtelecom.dl.sourceforge.net/sourceforge/courier/${P}.tar.bz2" @@ -24,12 +24,6 @@ RDEPEND="virtual/glibc postgres? ( >=dev-db/postgresql-7.3 )" DEPEND="${RDEPEND} sys-devel/perl sys-apps/procps" -# This package is complete if you just need basic IMAP functionality. -# Here are some things that still need fixing: -# o supervise support (of course) -# o tweaking of config files -# o We need to add an /etc/mail.conf. - src_compile() { local myconf use pam || myconf="${myconf} --without-authpam" |