summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-sci/mathomatic')
-rw-r--r--app-sci/mathomatic/mathomatic-11.1c.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-sci/mathomatic/mathomatic-11.1c.ebuild b/app-sci/mathomatic/mathomatic-11.1c.ebuild
index bcdda886b825..54e4290bfca9 100644
--- a/app-sci/mathomatic/mathomatic-11.1c.ebuild
+++ b/app-sci/mathomatic/mathomatic-11.1c.ebuild
@@ -1,17 +1,18 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/mathomatic/mathomatic-11.1c.ebuild,v 1.1 2004/05/20 13:31:38 xtv Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/mathomatic/mathomatic-11.1c.ebuild,v 1.2 2004/05/28 15:40:59 vapier Exp $
+
+inherit eutils
DESCRIPTION="Mathomatic - Algebraic Manipulator"
HOMEPAGE="http://www.mathomatic.com/"
SRC_URI="http://www.panix.com/~gesslein/${P}.tgz"
-LICENSE="LGPL-2"
+LICENSE="LGPL-2"
SLOT="0"
-
KEYWORDS="~x86"
-
IUSE="icc"
+
DEPEND="sys-libs/readline \
sys-libs/ncurses \
icc? ( dev-lang/icc )"