diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-01 06:27:13 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-01 06:27:13 +0000 |
commit | f58856538ab85b00d725b3569ed60bdd4ed556a5 (patch) | |
tree | 72ceb0d9eb33d511dc26ec9b7ba4a31d3b1fdd76 /x11-libs/gtkDPS | |
parent | Added dependencies (diff) | |
download | gentoo-2-f58856538ab85b00d725b3569ed60bdd4ed556a5.tar.gz gentoo-2-f58856538ab85b00d725b3569ed60bdd4ed556a5.tar.bz2 gentoo-2-f58856538ab85b00d725b3569ed60bdd4ed556a5.zip |
Added dependencies
Diffstat (limited to 'x11-libs/gtkDPS')
-rw-r--r-- | x11-libs/gtkDPS/gtkDPS-0.3.3.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-libs/gtkDPS/gtkDPS-0.3.3.ebuild b/x11-libs/gtkDPS/gtkDPS-0.3.3.ebuild index c3e9932dcacc..e5c0e22fb6ce 100644 --- a/x11-libs/gtkDPS/gtkDPS-0.3.3.ebuild +++ b/x11-libs/gtkDPS/gtkDPS-0.3.3.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/gtkDPS/gtkDPS-0.3.3.ebuild,v 1.1 2000/09/20 18:05:09 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkDPS/gtkDPS-0.3.3.ebuild,v 1.2 2000/11/01 06:27:13 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,7 +9,11 @@ DESCRIPTION="Set of functions, objects and widgets to use DPS easily with GTK" SRC_URI="http://www.aist-nara.ac.jp/~masata-y/gtkDPS/dist/${A}" HOMEPAGE="http://www.aist-nara.ac.jp/~masata-y/gtkDPS/" - +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=x11-libs/gtk+-1.2.8 + >=app-text/dgs-0.5.9.1" + src_compile() { cd ${S} |