diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-29 17:28:19 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-29 17:28:19 +0000 |
commit | 09a0cb6830d8c9cd82846bccece0d90c0bb30c8b (patch) | |
tree | cb24f3beb108accae6cf7aae333c349896d91687 /dev-libs/libxml | |
parent | Update (diff) | |
download | historical-09a0cb6830d8c9cd82846bccece0d90c0bb30c8b.tar.gz historical-09a0cb6830d8c9cd82846bccece0d90c0bb30c8b.tar.bz2 historical-09a0cb6830d8c9cd82846bccece0d90c0bb30c8b.zip |
dependencie, fhs and use fixes
Diffstat (limited to 'dev-libs/libxml')
-rw-r--r-- | dev-libs/libxml/libxml-1.8.11.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/libxml/libxml-1.8.11.ebuild b/dev-libs/libxml/libxml-1.8.11.ebuild index d2aa563998c1..87fa924946be 100644 --- a/dev-libs/libxml/libxml-1.8.11.ebuild +++ b/dev-libs/libxml/libxml-1.8.11.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.11.ebuild,v 1.2 2001/04/13 16:59:03 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.11.ebuild,v 1.3 2001/05/29 17:28:19 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -14,6 +14,9 @@ DEPEND=">=gnome-base/gnome-env-1.0 >=sys-libs/ncurses-5.2 >=sys-libs/readline-4.1" +RDEPEND=">=gnome-base/gnome-env-1.0 + >=sys-libs/ncurses-5.2" + src_compile() { cd ${S} LDFLAGS="-lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome |