diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-24 02:20:30 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-24 02:20:30 +0000 |
commit | d64fcf3736550345655689ee9673a9f8a9dc0cf8 (patch) | |
tree | 65582256237cf2186cee9e0cfec05f51ff9be4c8 /dev-db | |
parent | Various fixes (diff) | |
download | historical-d64fcf3736550345655689ee9673a9f8a9dc0cf8.tar.gz historical-d64fcf3736550345655689ee9673a9f8a9dc0cf8.tar.bz2 historical-d64fcf3736550345655689ee9673a9f8a9dc0cf8.zip |
Various fixes
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/edb/edb-1.0.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-db/edb/edb-1.0.2.ebuild b/dev-db/edb/edb-1.0.2.ebuild index 98846605da0a..5a7af1d40e01 100644 --- a/dev-db/edb/edb-1.0.2.ebuild +++ b/dev-db/edb/edb-1.0.2.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 Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/dev-db/edb/edb-1.0.2.ebuild,v 1.1 2001/06/21 18:31:19 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/edb/edb-1.0.2.ebuild,v 1.2 2001/06/24 02:20:30 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,7 +9,8 @@ DESCRIPTION="Enlightment Data Base" SRC_URI="http://prdownloads.sourceforge.net/enlightenment/${A}" HOMEPAGE="http://enlightenment.org" -DEPEND="virtual/glibc x11-libs/gtk+" +RDEPEND="virtual/glibc x11-libs/gtk+" +DEPEND="$RDEPEND sys-apps/which" src_compile() { |