diff options
Diffstat (limited to 'net-mail/courier/courier-0.39.2.ebuild')
-rw-r--r-- | net-mail/courier/courier-0.39.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/courier/courier-0.39.2.ebuild b/net-mail/courier/courier-0.39.2.ebuild index 807d6ebac9cc..6ddc323d846c 100644 --- a/net-mail/courier/courier-0.39.2.ebuild +++ b/net-mail/courier/courier-0.39.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/courier-0.39.2.ebuild,v 1.6 2003/02/13 14:24:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/courier-0.39.2.ebuild,v 1.7 2003/03/11 21:11:46 seemant Exp $ DESCRIPTION="An MTA designed specifically for maildirs" SRC_URI="http://ftp1.sourceforge.net/courier/${P}.tar.gz" @@ -24,7 +24,7 @@ RDEPEND="virtual/glibc ldap? ( >=net-nds/openldap-1.2.11 ) postgres? ( >=dev-db/postgresql-7.1.3 ) tcltk? ( >=dev-tcltk/expect-5.33.0 )" -DEPEND="${RDEPEND} sys-devel/perl sys-apps/procps" +DEPEND="${RDEPEND} dev-lang/perl sys-apps/procps" src_unpack() { unpack ${A} ; cd ${S} |