diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-15 01:17:54 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-15 01:17:54 +0000 |
commit | a5e958b3d5ed88ac98673acea1783837d8514de5 (patch) | |
tree | 21ad776be9e920f8efc44b4b41ff0b841116f71c /math/open-axiom/Makefile | |
parent | 72edb29a33261f35b6bf6373fe3470f3a3b9a6bb (diff) | |
download | ports-a5e958b3d5ed88ac98673acea1783837d8514de5.tar.gz ports-a5e958b3d5ed88ac98673acea1783837d8514de5.zip |
Notes
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} |