diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-03 02:47:13 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-03 02:47:13 +0000 |
commit | 71d9bc956c3626f98642864d212de73e79ad9e79 (patch) | |
tree | 3e71135c9d0e90826acb2e1b3ffcf2d0e7e7d2f1 /dev-libs/libxml | |
parent | *** empty log message *** (diff) | |
download | historical-71d9bc956c3626f98642864d212de73e79ad9e79.tar.gz historical-71d9bc956c3626f98642864d212de73e79ad9e79.tar.bz2 historical-71d9bc956c3626f98642864d212de73e79ad9e79.zip |
Added dependencies
Diffstat (limited to 'dev-libs/libxml')
-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 |