diff options
Diffstat (limited to 'dev-perl/Geo-IP/Geo-IP-1.25.ebuild')
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.25.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/Geo-IP/Geo-IP-1.25.ebuild b/dev-perl/Geo-IP/Geo-IP-1.25.ebuild index b069835155e2..fae31b973e1c 100644 --- a/dev-perl/Geo-IP/Geo-IP-1.25.ebuild +++ b/dev-perl/Geo-IP/Geo-IP-1.25.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/Geo-IP/Geo-IP-1.25.ebuild,v 1.9 2006/07/04 08:59:16 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.25.ebuild,v 1.10 2006/08/05 04:10:06 mcummings Exp $ inherit perl-module multilib @@ -11,7 +11,9 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/T/TJ/TJMATHER/${P}.readme" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 ppc sparc x86" -DEPEND="dev-libs/geoip" +DEPEND="dev-libs/geoip + dev-lang/perl" RDEPEND="${DEPEND}" -myconf="${myconf} LIBS='-L/usr/$(get_libdir)'"
\ No newline at end of file +myconf="${myconf} LIBS='-L/usr/$(get_libdir)'" + |