diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-12 06:40:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-12 06:40:35 +0000 |
commit | f1f9eb102ed4730f55dfc712bc66eaab7f9f32db (patch) | |
tree | cbb38c27f210df2a7f977d294aec48c4c34fa45c /media-gfx/autotrace | |
parent | Removed RDEPEND=${DEPEND} (diff) | |
download | historical-f1f9eb102ed4730f55dfc712bc66eaab7f9f32db.tar.gz historical-f1f9eb102ed4730f55dfc712bc66eaab7f9f32db.tar.bz2 historical-f1f9eb102ed4730f55dfc712bc66eaab7f9f32db.zip |
Removed RDEPEND=${DEPEND}
Diffstat (limited to 'media-gfx/autotrace')
-rw-r--r-- | media-gfx/autotrace/autotrace-0.30.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/media-gfx/autotrace/autotrace-0.30.ebuild b/media-gfx/autotrace/autotrace-0.30.ebuild index 8808b7de63a8..6f41e9935c4b 100644 --- a/media-gfx/autotrace/autotrace-0.30.ebuild +++ b/media-gfx/autotrace/autotrace-0.30.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/autotrace-0.30.ebuild,v 1.4 2002/10/04 05:43:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/autotrace-0.30.ebuild,v 1.5 2002/11/12 06:40:35 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Converts Bitmaps to vector-grahics" SRC_URI="http://ftp1.sourceforge.net/${PN}/${P}.tar.gz" HOMEPAGE="http://autotrace.sourceforge.net/" @@ -14,16 +13,12 @@ KEYWORDS="x86" DEPEND=">=x11-libs/gtkDPS-0.3.3 >=x11-libs/gtk+-1.2.10-r4" -RDEPEND=${DEPEND} - src_compile() { - - econf || die + econf emake || die } src_install() { - make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog NEWS README |