From 8fd3edd0554eebfe58f10784de13819954691db5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 18 Oct 2002 20:34:09 +0000 Subject: lintool updates per #9248 --- media-gfx/graphviz/graphviz-1.7.15-r2.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'media-gfx/graphviz') diff --git a/media-gfx/graphviz/graphviz-1.7.15-r2.ebuild b/media-gfx/graphviz/graphviz-1.7.15-r2.ebuild index ec1f9bdd4445..8413317ffe5f 100644 --- a/media-gfx/graphviz/graphviz-1.7.15-r2.ebuild +++ b/media-gfx/graphviz/graphviz-1.7.15-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.7.15-r2.ebuild,v 1.7 2002/10/05 05:39:15 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.7.15-r2.ebuild,v 1.8 2002/10/18 20:34:09 vapier Exp $ IUSE="tcltk" @@ -19,9 +19,9 @@ DEPEND=">=sys-libs/zlib-1.1.3 >=media-libs/jpeg-6b media-libs/freetype tcltk? ( =dev-lang/tk-8.3* )" +RDEPEND="${DEPEND}" src_compile() { - local myconf #if no tcltk, this will generate configure warnings, but will #compile without tcltk support @@ -34,12 +34,10 @@ src_compile() { --host=${CHOST} \ ${myconf} || die - make || die - + make || die } -src_install () { - +src_install() { make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog FAQ.txt INSTALL MINTERMS.txt \ @@ -47,5 +45,4 @@ src_install () { dohtml -r . dodoc doc/*.pdf - } -- cgit v1.2.3-65-gdbad