diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-02-01 18:38:31 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-02-01 18:38:31 +0000 |
commit | a537f3106fab8de6aee3c34bd0ae4f98b995cc6f (patch) | |
tree | 8c6ac2cd906580fa554673b454a3fbc6d4ad90f0 /app-sci/libgdgeda | |
parent | Initial commit. (Manifest recommit) (diff) | |
download | gentoo-2-a537f3106fab8de6aee3c34bd0ae4f98b995cc6f.tar.gz gentoo-2-a537f3106fab8de6aee3c34bd0ae4f98b995cc6f.tar.bz2 gentoo-2-a537f3106fab8de6aee3c34bd0ae4f98b995cc6f.zip |
Added "x11-base/xfree" to the dependencies for a complete set.
Diffstat (limited to 'app-sci/libgdgeda')
-rw-r--r-- | app-sci/libgdgeda/libgdgeda-2.0.15.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-sci/libgdgeda/libgdgeda-2.0.15.ebuild b/app-sci/libgdgeda/libgdgeda-2.0.15.ebuild index 00438330031e..608a38f870f4 100644 --- a/app-sci/libgdgeda/libgdgeda-2.0.15.ebuild +++ b/app-sci/libgdgeda/libgdgeda-2.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/libgdgeda/libgdgeda-2.0.15.ebuild,v 1.1 2004/02/01 18:21:38 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/libgdgeda/libgdgeda-2.0.15.ebuild,v 1.2 2004/02/01 18:38:31 plasmaroo Exp $ S=${WORKDIR}/${P} @@ -14,7 +14,8 @@ KEYWORDS="~x86" SLOT="0" DEPEND=">=media-libs/libpng-1.2.1 - >=sys-libs/zlib-1.1.4" + >=sys-libs/zlib-1.1.4 + x11-base/xfree" src_compile() { |