summaryrefslogtreecommitdiff
path: root/kde-base/cantor/cantor-4.8.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/cantor/cantor-4.8.4.ebuild')
-rw-r--r--kde-base/cantor/cantor-4.8.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-base/cantor/cantor-4.8.4.ebuild b/kde-base/cantor/cantor-4.8.4.ebuild
index 79abe3b44fb..8fb2039b0cf 100644
--- a/kde-base/cantor/cantor-4.8.4.ebuild
+++ b/kde-base/cantor/cantor-4.8.4.ebuild
@@ -9,12 +9,12 @@ inherit kde4-base
DESCRIPTION="KDE4 interface for doing mathematics and scientific computing"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="analitza debug ps +R"
+IUSE="analitza debug postscript +R"
# TODO Add Sage Mathematics Software backend (http://www.sagemath.org)
RDEPEND="
analitza? ( $(add_kdebase_dep analitza) )
- ps? ( app-text/libspectre )
+ postscript? ( app-text/libspectre )
R? ( dev-lang/R )
"
DEPEND="${RDEPEND}
@@ -24,7 +24,7 @@ DEPEND="${RDEPEND}
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with analitza)
- $(cmake-utils_use_with ps LibSpectre)
+ $(cmake-utils_use_with postscript LibSpectre)
$(cmake-utils_use_with R)
)
kde4-base_src_configure