summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-06-19 15:17:51 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-06-19 15:17:51 +0000
commitd4eec8054e6ee1d436e57cb7156cc693075bc915 (patch)
treeefadc9f310958063febed9fb5e1291f26eb45406
parentAdded gnuplot for run-time dependency for plotting and a warning if not built... (diff)
downloadgentoo-2-d4eec8054e6ee1d436e57cb7156cc693075bc915.tar.gz
gentoo-2-d4eec8054e6ee1d436e57cb7156cc693075bc915.tar.bz2
gentoo-2-d4eec8054e6ee1d436e57cb7156cc693075bc915.zip
Added a warning if gnuplot not built with wxwindows flag, see bug #225507
(Portage version: 2.1.4.4)
-rw-r--r--sci-mathematics/maxima/maxima-5.15.0-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-mathematics/maxima/maxima-5.15.0-r1.ebuild b/sci-mathematics/maxima/maxima-5.15.0-r1.ebuild
index 2307de128b16..22772bfd27d0 100644
--- a/sci-mathematics/maxima/maxima-5.15.0-r1.ebuild
+++ b/sci-mathematics/maxima/maxima-5.15.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.15.0-r1.ebuild,v 1.3 2008/05/26 09:34:52 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.15.0-r1.ebuild,v 1.4 2008/06/19 15:17:51 bicatali Exp $
inherit eutils elisp-common
DESCRIPTION="Free computer algebra environment based on Macsyma"
@@ -127,10 +127,11 @@ pkg_setup() {
fi
fi
- if use X && ! built_with_use sci-visualization/gnuplot gd; then
+ if use X && ! built_with_use sci-visualization/gnuplot gd wxwindows; then
elog "To benefit full plotting capability of maxima,"
elog "enable the gd USE flag for sci-visualization/gnuplot"
- elog "Then re-emerge maxima"
+ elog "And if you are planning to use wxmaxima, you want to"
+ elog "also add the wxwindows flag to gnuplot."
epause 5
fi
}