diff options
author | John Marino <marino@FreeBSD.org> | 2013-08-14 12:05:35 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-08-14 12:05:35 +0000 |
commit | e58050db12ae5c3fb295c0d40e760a078c8b5818 (patch) | |
tree | 17d8cba0ecfb76d00cd425bad28ab2cfff985611 /lang/mmix | |
parent | 3296a59e74e161cc6b8a4e952a96dcd4684b1261 (diff) |
Notes
Diffstat (limited to 'lang/mmix')
-rw-r--r-- | lang/mmix/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lang/mmix/Makefile b/lang/mmix/Makefile index 63c7d4de6e05..b154d7a4c0f9 100644 --- a/lang/mmix/Makefile +++ b/lang/mmix/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: mmix -# Date created: 25 Oct 2000 -# Whom: Jing-Tang Keith Jang <keith@FreeBSD.org> -# +# Created by: Jing-Tang Keith Jang <keith@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mmix PORTVERSION= 20110831 @@ -16,6 +12,8 @@ COMMENT= A RISC computer designed by Donald E. Knuth BUILD_DEPENDS= ctangle:${PORTSDIR}/devel/cweb +MAKE_JOBS_UNSAFE=yes + NO_WRKSUBDIR= yes FILES= mmix.1 mmix.mp silly.out silly.run |