summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/povray/povray-3.7.0_rc3.ebuild')
-rw-r--r--media-gfx/povray/povray-3.7.0_rc3.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/media-gfx/povray/povray-3.7.0_rc3.ebuild b/media-gfx/povray/povray-3.7.0_rc3.ebuild
index 56dbb77e76ed..5ab7ee32ba0d 100644
--- a/media-gfx/povray/povray-3.7.0_rc3.ebuild
+++ b/media-gfx/povray/povray-3.7.0_rc3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.7.0_rc3.ebuild,v 1.5 2011/10/19 13:06:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.7.0_rc3.ebuild,v 1.6 2011/10/21 16:40:19 ssuominen Exp $
EAPI="3"
@@ -22,7 +22,7 @@ SRC_URI="http://www.povray.org/redirect/www.povray.org/beta/source/${PN}-${MY_PV
LICENSE="povlegal-3.6"
SLOT="0"
KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="debug mkl openexr tiff X"
+IUSE="debug openexr tiff X"
DEPEND="
>=dev-libs/boost-1.41
@@ -32,7 +32,6 @@ DEPEND="
openexr? (
media-libs/ilmbase
media-libs/openexr )
- mkl? ( sci-libs/mkl )
tiff? ( >=media-libs/tiff-3.6.1 )
X? ( media-libs/libsdl )"
RDEPEND="${DEPEND}"
@@ -90,7 +89,7 @@ src_configure() {
COMPILED_BY="Portage (Gentoo `uname`) on `hostname -f`" \
$(use_enable debug) \
$(use_with openexr) \
- $(use_with mkl libmkl) \
+ --without-libmkl \
$(use_with tiff libtiff) \
$(use_with X libsdl) \
$(use_with X x) \