diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-02 08:31:53 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-02 08:31:53 +0000 |
commit | 034d54f13cda10485144eccac39fb04e05ead6b3 (patch) | |
tree | 6d9bc70028264d04cd4d953b97c1d6a9884110bc /net-www/lynx | |
parent | Added dependencies (diff) | |
download | historical-034d54f13cda10485144eccac39fb04e05ead6b3.tar.gz historical-034d54f13cda10485144eccac39fb04e05ead6b3.tar.bz2 historical-034d54f13cda10485144eccac39fb04e05ead6b3.zip |
Added dependencies
Diffstat (limited to 'net-www/lynx')
-rw-r--r-- | net-www/lynx/lynx-2.8.3-r1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net-www/lynx/lynx-2.8.3-r1.ebuild b/net-www/lynx/lynx-2.8.3-r1.ebuild index bf1da8af68ea..4b25f6148793 100644 --- a/net-www/lynx/lynx-2.8.3-r1.ebuild +++ b/net-www/lynx/lynx-2.8.3-r1.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/net-www/lynx/lynx-2.8.3-r1.ebuild,v 1.3 2000/09/15 20:09:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.3-r1.ebuild,v 1.4 2000/11/02 08:31:53 achim Exp $ # NOW HAS SSLeay Support (so it will use the SSLeay library if found to # do SSL connections :) @@ -16,6 +16,11 @@ HOMEPAGE="http://lynx.browser.org/" DESCRIPTION="An excellent console-based web browser" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1 + >=dev-libs/openssl-0.9.6" + src_compile() { export CFLAGS="${CFLAGS} -I/usr/include/openssl" try ./configure --prefix=/usr --enable-cgi-links \ |