diff options
Diffstat (limited to 'gnome-extra/medusa')
-rw-r--r-- | gnome-extra/medusa/medusa-0.2.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnome-extra/medusa/medusa-0.2.2.ebuild b/gnome-extra/medusa/medusa-0.2.2.ebuild index d345647ceef0..7e55f668dc04 100644 --- a/gnome-extra/medusa/medusa-0.2.2.ebuild +++ b/gnome-extra/medusa/medusa-0.2.2.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-extra/medusa/medusa-0.2.2.ebuild,v 1.1 2000/11/25 13:01:23 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/medusa/medusa-0.2.2.ebuild,v 1.2 2000/11/25 18:30:43 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,7 +9,8 @@ DESCRIPTION="medusa" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/" -DEPEND=">=gnome-base/gtkhtml-0.7" +DEPEND=">=gnome-base/gnome-vfs-0.4.2 + >=gnome-base/libunicode-0.4" src_compile() { cd ${S} |