diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-03 17:47:44 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-03 17:47:44 +0000 |
commit | d9269dfb7e96fda5966c0cf4208844c99ca4666a (patch) | |
tree | ec6662566c6ee62dbc1015cc6fc0e241022ab6c6 /gnome-base | |
parent | Upgrade to latest version of HTML-Tagset. (diff) | |
download | historical-d9269dfb7e96fda5966c0cf4208844c99ca4666a.tar.gz historical-d9269dfb7e96fda5966c0cf4208844c99ca4666a.tar.bz2 historical-d9269dfb7e96fda5966c0cf4208844c99ca4666a.zip |
Added dependencies
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gdm/gdm-2.0_beta4.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnome-base/gdm/gdm-2.0_beta4.ebuild b/gnome-base/gdm/gdm-2.0_beta4.ebuild index 963329b6a6c3..47e25e78b953 100644 --- a/gnome-base/gdm/gdm-2.0_beta4.ebuild +++ b/gnome-base/gdm/gdm-2.0_beta4.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/gnome-base/gdm/gdm-2.0_beta4.ebuild,v 1.3 2000/10/14 11:32:52 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.0_beta4.ebuild,v 1.4 2000/11/03 17:47:44 achim Exp $ P=gdm-2.0beta4 A=${P}.tar.gz @@ -10,6 +10,10 @@ DESCRIPTION="gdm" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A} HOMEPAGE="http://www.gnome.org/" +DEPEND=">=sys-libs/pam-0.72 + >=sys-apps/tcp-wrappers-7.6 + >=gnome-base/gnome-libs-1.2.4" + src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/opt/gnome \ |