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 | a28176332c945d19c916fac417c4841fde61ce60 (patch) | |
tree | ace143d55749e3a1f6302d19d130d83a8f7de94c /x11-libs/gtkDPS | |
parent | Added dependencies (diff) | |
download | historical-a28176332c945d19c916fac417c4841fde61ce60.tar.gz historical-a28176332c945d19c916fac417c4841fde61ce60.tar.bz2 historical-a28176332c945d19c916fac417c4841fde61ce60.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} |