From 196aef9252e7a2d860e15cfc7ed2ba1695e3edb4 Mon Sep 17 00:00:00 2001 From: Michael Januszewski Date: Sun, 3 Oct 2010 20:22:09 +0000 Subject: Depend on fltk v1 (bug #339047). (Portage version: 2.1.9.13/cvs/Linux x86_64) --- media-gfx/quat/quat-1.20.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'media-gfx/quat/quat-1.20.ebuild') diff --git a/media-gfx/quat/quat-1.20.ebuild b/media-gfx/quat/quat-1.20.ebuild index eea9dbe9c2d2..fcf1f281c58a 100644 --- a/media-gfx/quat/quat-1.20.ebuild +++ b/media-gfx/quat/quat-1.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/quat/quat-1.20.ebuild,v 1.11 2008/10/24 22:44:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/quat/quat-1.20.ebuild,v 1.12 2010/10/03 20:22:09 spock Exp $ DESCRIPTION="A 3D quaternionic fractal generator" HOMEPAGE="http://www.physcip.uni-stuttgart.de/phy11733/quat_e.html" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="X debug" -DEPEND="X? ( >=x11-libs/fltk-1.1 +DEPEND="X? ( =x11-libs/fltk-1* x11-libs/libX11 x11-libs/libXext x11-libs/libXft @@ -30,6 +30,6 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "make install failure" + make DESTDIR="${D}" install || die "make install failure" dodoc AUTHORS ChangeLog NEWS README } -- cgit v1.2.3-65-gdbad