diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-01 04:44:24 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-01 04:44:24 +0000 |
commit | 4eb83b6aebc071e78aea66a658174f1417d620e8 (patch) | |
tree | 175553d307df2fce7e870baa7cbe0ab6ff180080 /x11-libs | |
parent | Added dependencies (diff) | |
download | historical-4eb83b6aebc071e78aea66a658174f1417d620e8.tar.gz historical-4eb83b6aebc071e78aea66a658174f1417d620e8.tar.bz2 historical-4eb83b6aebc071e78aea66a658174f1417d620e8.zip |
Added dependencies
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk+/gtk+-1.2.8-r1.ebuild | 7 | ||||
-rw-r--r-- | x11-libs/libPropList/libPropList-0.10.1-r1.ebuild | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild b/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild index d1d6b789e606..4d48b7b89b5f 100644 --- a/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild +++ b/x11-libs/gtk+/gtk+-1.2.8-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/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild,v 1.6 2000/10/28 04:17:42 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild,v 1.7 2000/11/01 04:44:23 achim Exp $ P=gtk+-1.2.8 A=${P}.tar.gz @@ -10,6 +10,11 @@ DESCRIPTION="gtk" SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.2/"${A} HOMEPAGE="http://www.gtk.org" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=dev-libs/glib-1.2.8 + >=x11-base/xfree-4.0.1" + src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/usr/X11R6 --infodir=/usr/info --sysconfdir=/etc/X11 --with-xinput=xfree --with-catgets --with-x diff --git a/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild b/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild index 4ce32198e40e..785456ea6357 100644 --- a/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild +++ b/x11-libs/libPropList/libPropList-0.10.1-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/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild,v 1.3 2000/09/15 20:09:30 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild,v 1.4 2000/11/01 04:44:24 achim Exp $ P=libPropList-0.10.1 A=${P}.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="libPropList" SRC_URI="ftp://ftp.windowmaker.org/pub/release/srcs/current/"${A} HOMEPAGE="http://www.windowmaker.org/" +DEPEND=">=sys-libs/glibc-2.1.3" + src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/usr/X11R6 |