diff options
Diffstat (limited to 'dev-libs/libxml/libxml-1.8.10.ebuild')
-rw-r--r-- | dev-libs/libxml/libxml-1.8.10.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-libs/libxml/libxml-1.8.10.ebuild b/dev-libs/libxml/libxml-1.8.10.ebuild index 42fbf9c9b24d..5c3ae9c88be3 100644 --- a/dev-libs/libxml/libxml-1.8.10.ebuild +++ b/dev-libs/libxml/libxml-1.8.10.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-libs/libxml/libxml-1.8.10.ebuild,v 1.1 2000/10/14 11:38:35 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.10.ebuild,v 1.2 2000/11/03 02:47:13 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,11 @@ DESCRIPTION="libxml" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A} HOMEPAGE="http://www.gnome.org/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1 + >=dev-libs/glib-1.2.8" + src_compile() { cd ${S} LDFLAGS="-lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome |