diff options
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libghttp/libghttp-1.0.9.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnome-base/libghttp/libghttp-1.0.9.ebuild b/gnome-base/libghttp/libghttp-1.0.9.ebuild index bfde09e6fac0..5a1bf50a4c49 100644 --- a/gnome-base/libghttp/libghttp-1.0.9.ebuild +++ b/gnome-base/libghttp/libghttp-1.0.9.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/gnome-base/libghttp/libghttp-1.0.9.ebuild,v 1.4 2001/06/11 08:11:28 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9.ebuild,v 1.5 2001/06/26 16:39:30 lamer Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,7 +11,8 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} HOMEPAGE="http://www.gnome.org/" -DEPEND="virtual/glibc" +DEPEND="virtual/glibc + >=gnome-base/gnome-env-1.0" src_compile() { |