summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-22 03:05:04 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-22 03:05:04 +0000
commita296086474c4be10ce78f1377fd74443aee7a247 (patch)
treeb41b8b523c6dab0e0325960844541bea5a2be5c9 /app-sci
parentdep fix (diff)
downloadhistorical-a296086474c4be10ce78f1377fd74443aee7a247.tar.gz
historical-a296086474c4be10ce78f1377fd74443aee7a247.tar.bz2
historical-a296086474c4be10ce78f1377fd74443aee7a247.zip
oops someone forgot me !
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/maxima/maxima-5.9.0.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/app-sci/maxima/maxima-5.9.0.ebuild b/app-sci/maxima/maxima-5.9.0.ebuild
index e8fb99e68f62..3bffcbef610d 100644
--- a/app-sci/maxima/maxima-5.9.0.ebuild
+++ b/app-sci/maxima/maxima-5.9.0.ebuild
@@ -1,24 +1,21 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/maxima/maxima-5.9.0.ebuild,v 1.3 2003/08/07 05:40:32 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/maxima/maxima-5.9.0.ebuild,v 1.4 2003/09/22 03:05:04 vapier Exp $
DESCRIPTION="Free computer algebra environment, based on Macsyma"
HOMEPAGE="http://maxima.sourceforge.net/"
-SRC_URI="http://dl.sourceforge.net/sourceforge/maxima/maxima-${PV}.tar.gz"
+SRC_URI="mirror://sourceforge/maxima/maxima-${PV}.tar.gz"
LICENSE="GPL-2 AECA"
SLOT="0"
KEYWORDS="x86 ~ppc"
-IUSE=""
DEPEND=">=dev-lisp/clisp-2.29
>=sys-apps/texinfo-4.3"
RDEPEND=">=dev-lang/tk-8.3.3"
-S=${WORKDIR}/${P}
-
src_compile() {
- econf
+ econf || die
emake || die
}