aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/axiom/axiom-201009.ebuild')
-rw-r--r--sci-mathematics/axiom/axiom-201009.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/sci-mathematics/axiom/axiom-201009.ebuild b/sci-mathematics/axiom/axiom-201009.ebuild
index 93427f01b..69fbb715c 100644
--- a/sci-mathematics/axiom/axiom-201009.ebuild
+++ b/sci-mathematics/axiom/axiom-201009.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/axiom-200805.ebuild,v 1.6 2008/08/30 13:17:33 markusle Exp $
-inherit eutils multilib flag-o-matic
+inherit eutils flag-o-matic multilib
DESCRIPTION="Axiom is a general purpose Computer Algebra system"
HOMEPAGE="http://axiom.axiom-developer.org/"
@@ -19,13 +19,15 @@ RESTRICT="strip"
# Seems to need a working version of pstricks package these days Bummer: <gmp-5 is needed for the
# interal gcl, otherwise axiom will try to build an internal copy of gmp-4 which fails.
-DEPEND="virtual/latex-base
+RDEPEND="
+ dev-libs/gmp
+ x11-libs/libXaw"
+DEPEND="${RDEPEND}
app-text/dvipdfm
dev-texlive/texlive-pstricks
- x11-libs/libXaw
sys-apps/debianutils
sys-process/procps
- dev-libs/gmp"
+ virtual/latex-base"
S="${WORKDIR}"/${PN}