summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lang/mmix/mmix-20020216.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-lang/mmix/mmix-20020216.ebuild b/dev-lang/mmix/mmix-20020216.ebuild
index 576d7032de93..f3724b849418 100644
--- a/dev-lang/mmix/mmix-20020216.ebuild
+++ b/dev-lang/mmix/mmix-20020216.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mmix/mmix-20020216.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mmix/mmix-20020216.ebuild,v 1.3 2002/07/23 03:41:19 george Exp $
S=${WORKDIR}
DESCRIPTION="Donald Knuth's MMIX Assembler and Simulator"
@@ -11,6 +11,10 @@ DEPEND="virtual/glibc
>=dev-util/cweb-3.63"
RDEPEND="$DEPEND"
+SLOT="0"
+LICENSE="mmix"
+KEYWORDS="x86"
+
src_compile() {
make basic CFLAGS="${CFLAGS}" || die
}