diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-04 03:33:03 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-04 03:33:03 +0000 |
commit | b1560dad189ce2b107c03ce6afc20081a07c4979 (patch) | |
tree | 24751ccd78f3fa895d818efd6bd43947884c8497 /dev-perl/HTTP-GHTTP | |
parent | Added yet another game, it's a dirty job but someone has to do it :-) (diff) | |
download | gentoo-2-b1560dad189ce2b107c03ce6afc20081a07c4979.tar.gz gentoo-2-b1560dad189ce2b107c03ce6afc20081a07c4979.tar.bz2 gentoo-2-b1560dad189ce2b107c03ce6afc20081a07c4979.zip |
*** empty log message ***
Diffstat (limited to 'dev-perl/HTTP-GHTTP')
-rw-r--r-- | dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.06.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.06.ebuild b/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.06.ebuild index 9be1317c163e..c31df629963e 100644 --- a/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.06.ebuild +++ b/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.06.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/HTTP-GHTTP/HTTP-GHTTP-1.06.ebuild,v 1.3 2001/05/03 16:38:57 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.06.ebuild,v 1.4 2001/06/04 03:33:03 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,9 +9,11 @@ DESCRIPTION="This module is a simple interface to the Gnome project's libghttp" SRC_URI="http://cpan.valueclick.com/modules/by-module/HTTP/${A}" HOMEPAGE="http://cpan.valueclick.com/modules/by-module/HTTP/${P}.readme" -DEPEND=">=sys-devel/perl-5 +DEPEND="virtual/glibc >=sys-devel/perl-5 >=gnome-base/gnome-libs-1.2.12 >=gnome-base/libghttp-1.0.9" +RDEPEND="virtual/glibc >=sys-devel/perl-5 + >=gnome-base/libghttp-1.0.9" src_compile() { |