summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2010-10-03 20:22:09 +0000
committerMichael Januszewski <spock@gentoo.org>2010-10-03 20:22:09 +0000
commit196aef9252e7a2d860e15cfc7ed2ba1695e3edb4 (patch)
tree67b66f77dd27c9796413a00783a041fb516ce4a4 /media-gfx/quat/quat-1.20.ebuild
parentRemove obsolete files (diff)
downloadgentoo-2-196aef9252e7a2d860e15cfc7ed2ba1695e3edb4.tar.gz
gentoo-2-196aef9252e7a2d860e15cfc7ed2ba1695e3edb4.tar.bz2
gentoo-2-196aef9252e7a2d860e15cfc7ed2ba1695e3edb4.zip
Depend on fltk v1 (bug #339047).
(Portage version: 2.1.9.13/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/quat/quat-1.20.ebuild')
-rw-r--r--media-gfx/quat/quat-1.20.ebuild8
1 files changed, 4 insertions, 4 deletions
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
}