diff options
Diffstat (limited to 'math/asir2000')
-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 |