diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 19:13:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 19:13:43 +0800 |
commit | b78949d32a97b4477e565beb1a0e66c7910abb08 (patch) | |
tree | 2b4ca6d787b5b468986c8d9ceb3a80009a681fca /math | |
parent | fad99efc15a44542bd8e4a050e95730dd9dce53a (diff) | |
download | freebsd-ports-gnome-b78949d32a97b4477e565beb1a0e66c7910abb08.tar.gz freebsd-ports-gnome-b78949d32a97b4477e565beb1a0e66c7910abb08.tar.zst freebsd-ports-gnome-b78949d32a97b4477e565beb1a0e66c7910abb08.zip |
Mark job unsafe
Diffstat (limited to 'math')
-rw-r--r-- | math/asir2000/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index 6d4d260507b2..1a32d5930ee6 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: asir -# Date created: 30 Aug 2001 -# Whom: Tomokatsu SAITO <saito@asir.org> -# +# Created by: Tomokatsu SAITO <saito@asir.org> # $FreeBSD$ -# PORTNAME= asir PORTVERSION= 20110810 @@ -19,6 +15,7 @@ COMMENT= The system Risa/Asir is a general computer algebra system LIB_DEPENDS= pari-gmp.2:${PORTSDIR}/math/pari +MAKE_JOBS_UNSAFE= yes USE_XORG= x11 xaw xext xt GNU_CONFIGURE= yes USE_AUTOTOOLS= aclocal automake autoconf |