diff options
Diffstat (limited to 'dev-perl/XML-Parser')
-rw-r--r-- | dev-perl/XML-Parser/XML-Parser-2.30.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/XML-Parser/XML-Parser-2.30.ebuild b/dev-perl/XML-Parser/XML-Parser-2.30.ebuild index 87c1c7962daf..3f11df0b7657 100644 --- a/dev-perl/XML-Parser/XML-Parser-2.30.ebuild +++ b/dev-perl/XML-Parser/XML-Parser-2.30.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Parser/XML-Parser-2.30.ebuild,v 1.1 2001/02/16 20:01:14 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Parser/XML-Parser-2.30.ebuild,v 1.2 2001/04/28 12:48:27 achim Exp $ A=${PN}.${PV}.tar.gz S=${WORKDIR}/${P} @@ -9,7 +9,8 @@ DESCRIPTION="A Perl extension interface to James Clark's XML parser, expat." SRC_URI="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${A}" HOMEPAGE="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${PN}.${PV}.readme" -DEPEND=">=sys-devel/perl-5" +DEPEND=">=sys-devel/perl-5 + >=dev-libs/expat-1.95.1-r1" src_compile() { |