diff options
Diffstat (limited to 'gnome-base/oaf')
-rw-r--r-- | gnome-base/oaf/oaf-0.5.1.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gnome-base/oaf/oaf-0.5.1.ebuild b/gnome-base/oaf/oaf-0.5.1.ebuild index 0bd067a3167f..ab3bd532a676 100644 --- a/gnome-base/oaf/oaf-0.5.1.ebuild +++ b/gnome-base/oaf/oaf-0.5.1.ebuild @@ -1,13 +1,20 @@ # 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/oaf/oaf-0.5.1.ebuild,v 1.1 2000/10/14 11:38:36 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.5.1.ebuild,v 1.2 2000/11/03 02:47:13 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Object Activation Framework for GNOME" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/"${A} +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1 + >=app-arch/rpm-3.0.5 + >=gnome-base/ORBit-0.5.3 + >=gnome-base/libxml-1.8.10" + src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/opt/gnome --with-catgets |