diff options
Diffstat (limited to 'math/open-axiom/Makefile')
-rw-r--r-- | math/open-axiom/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/open-axiom/Makefile b/math/open-axiom/Makefile index 34548bfa4e69..6ae165829213 100644 --- a/math/open-axiom/Makefile +++ b/math/open-axiom/Makefile @@ -6,25 +6,24 @@ # PORTNAME= open-axiom -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= math MASTER_SITES= SF MAINTAINER= stephen@missouri.edu COMMENT= A computer algebra system -BUILD_DEPENDS= clisp:${PORTSDIR}/lang/clisp \ +BUILD_DEPENDS= sbcl:${PORTSDIR}/lang/sbcl \ noweb:${PORTSDIR}/devel/noweb -LIB_DEPENDS= readline:${PORTSDIR}/devel/readline \ - sigsegv:${PORTSDIR}/devel/libsigsegv USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-lisp=clisp +CONFIGURE_ARGS= --with-lisp=sbcl USE_GMAKE= yes USE_XORG= x11 ice sm xpm USE_ICONV= yes USE_GETTEXT= yes +MAKE_JOBS_UNSAFE=yes PLIST_SUB= AXIOM_VER=${PORTVERSION} GNU_HOST=${CONFIGURE_TARGET} |