diff options
Diffstat (limited to 'dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild')
-rw-r--r-- | dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild b/dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild index 6bb7473ae107..7b59fdb75d40 100644 --- a/dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild +++ b/dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild,v 1.17 2006/04/21 21:29:27 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild,v 1.18 2006/08/05 13:58:02 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ SLOT="0" LICENSE="as-is" KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" IUSE="" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |