diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-06-19 15:17:51 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-06-19 15:17:51 +0000 |
commit | 737b88e53a2c51064f05d9bd265ab33eee91f021 (patch) | |
tree | ff31c0682e163f82d0c5e693f59f0f575e24fe78 /sci-mathematics | |
parent | Added gnuplot for run-time dependency for plotting and a warning if not built... (diff) | |
download | historical-737b88e53a2c51064f05d9bd265ab33eee91f021.tar.gz historical-737b88e53a2c51064f05d9bd265ab33eee91f021.tar.bz2 historical-737b88e53a2c51064f05d9bd265ab33eee91f021.zip |
Added a warning if gnuplot not built with wxwindows flag, see bug #225507
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/maxima/maxima-5.15.0-r1.ebuild | 7 |
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 } |