diff options
author | 2000-11-04 16:14:54 +0000 | |
---|---|---|
committer | 2000-11-04 16:14:54 +0000 | |
commit | 0e5848291c1df6da4f1dc5862eae9e7f53d280e7 (patch) | |
tree | 2263339d912d031538db376eb00db6abe661a945 /gnome-base | |
parent | lil fix (diff) | |
download | historical-0e5848291c1df6da4f1dc5862eae9e7f53d280e7.tar.gz historical-0e5848291c1df6da4f1dc5862eae9e7f53d280e7.tar.bz2 historical-0e5848291c1df6da4f1dc5862eae9e7f53d280e7.zip |
Added dependencies
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/nautilus/nautilus-0.1.0.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnome-base/nautilus/nautilus-0.1.0.ebuild b/gnome-base/nautilus/nautilus-0.1.0.ebuild index 76825b79fe48..26009e29b35a 100644 --- a/gnome-base/nautilus/nautilus-0.1.0.ebuild +++ b/gnome-base/nautilus/nautilus-0.1.0.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/nautilus/nautilus-0.1.0.ebuild,v 1.2 2000/10/29 20:36:59 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-0.1.0.ebuild,v 1.3 2000/11/04 16:14:54 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,10 @@ DESCRIPTION="nautlilus" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/" +DEPEND=">=gnome-base/gtkhtml-0.6.1 + >=gnome-base/libghttp-1.0.7 + >=gnome-apps/medusa-0.2" + src_compile() { cd ${S} MOZILLA=${S}/../../../mozilla-milestone-18/work/mozilla/dist |