diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-13 00:04:35 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-13 00:04:35 +0800 |
commit | 9d451321cd8551de3a5c83fcaa1708c60953bd78 (patch) | |
tree | a2ec4b3e4bf2decc52417acf1bad7d103390d893 /math/fricas/Makefile | |
parent | b4a345c82a3592e1c499bb28c56968de146aeb90 (diff) | |
download | freebsd-ports-gnome-9d451321cd8551de3a5c83fcaa1708c60953bd78.tar.gz freebsd-ports-gnome-9d451321cd8551de3a5c83fcaa1708c60953bd78.tar.zst freebsd-ports-gnome-9d451321cd8551de3a5c83fcaa1708c60953bd78.zip |
- Update to 1.0.7
- Switch to sbcl
PR: 137610
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Diffstat (limited to 'math/fricas/Makefile')
-rw-r--r-- | math/fricas/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/fricas/Makefile b/math/fricas/Makefile index f3399063b24e..c176cb83cf19 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fricas -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.7 CATEGORIES= math MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-full @@ -14,14 +14,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-full MAINTAINER= stephen@missouri.edu COMMENT= A computer algebra system, forked from axiom -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 |