diff options
author | Brandy Westcott <brandy@gentoo.org> | 2003-10-07 12:11:38 +0000 |
---|---|---|
committer | Brandy Westcott <brandy@gentoo.org> | 2003-10-07 12:11:38 +0000 |
commit | 0cd291e440d4693af8538be3f8208174d7e2d87b (patch) | |
tree | 0f95d1f4c8d659a50ce56adbe11d41a2213dbc50 /media-gfx/xpaint/xpaint-2.7.0.ebuild | |
parent | minor updates (diff) | |
download | gentoo-2-0cd291e440d4693af8538be3f8208174d7e2d87b.tar.gz gentoo-2-0cd291e440d4693af8538be3f8208174d7e2d87b.tar.bz2 gentoo-2-0cd291e440d4693af8538be3f8208174d7e2d87b.zip |
Added zlib, bison & flex as dependencies
Diffstat (limited to 'media-gfx/xpaint/xpaint-2.7.0.ebuild')
-rw-r--r-- | media-gfx/xpaint/xpaint-2.7.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-gfx/xpaint/xpaint-2.7.0.ebuild b/media-gfx/xpaint/xpaint-2.7.0.ebuild index 1d3c4d96da9e..a1a95dc1ee6a 100644 --- a/media-gfx/xpaint/xpaint-2.7.0.ebuild +++ b/media-gfx/xpaint/xpaint-2.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xpaint/xpaint-2.7.0.ebuild,v 1.3 2003/09/06 23:56:39 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xpaint/xpaint-2.7.0.ebuild,v 1.4 2003/10/07 12:11:28 brandy Exp $ S=${WORKDIR}/${P} DESCRIPTION="XPaint is an image editor which supports most standard paint program options." @@ -14,7 +14,10 @@ KEYWORDS="x86" DEPEND=">=media-libs/tiff-3.2 virtual/x11 media-libs/jpeg - media-libs/libpng" + media-libs/libpng + sys-libs/zlib + sys-devel/bison + sys-devel/flex" src_unpack() { unpack ${A} |