diff options
author | bf <bf@FreeBSD.org> | 2013-10-03 21:47:44 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-10-03 21:47:44 +0800 |
commit | b48958b85e90d2d54a3e25590ab34613b2be5552 (patch) | |
tree | 7b6165db6c53022961c6e94bd3b4590f88a8c98f /lang/sbcl/Makefile | |
parent | ab95f08ab2c3c083fa9a48f5357f0f6026297c5c (diff) | |
download | freebsd-ports-gnome-b48958b85e90d2d54a3e25590ab34613b2be5552.tar.gz freebsd-ports-gnome-b48958b85e90d2d54a3e25590ab34613b2be5552.tar.zst freebsd-ports-gnome-b48958b85e90d2d54a3e25590ab34613b2be5552.zip |
Update lang/sbcl to 1.1.12 [1] and math/maxima to 5.31.1; adjust
dependent ports
PR: 181545 [1]
Diffstat (limited to 'lang/sbcl/Makefile')
-rw-r--r-- | lang/sbcl/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 4a5cc32ed3cf..4bb502c1917c 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sbcl -PORTVERSION= 1.1.8 +PORTVERSION= 1.1.12 PORTEPOCH= 1 CATEGORIES= lang lisp MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ @@ -12,8 +12,10 @@ DISTFILES= \ MAINTAINER= bf@FreeBSD.org COMMENT= A Common Lisp development system derived from the CMU CL system +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp + USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake OPTIONS_DEFINE = SBCL THREADS @@ -28,6 +30,7 @@ CONTRIB_MODULES= asdf \ sb-concurrency \ sb-cover \ sb-executable \ + sb-gmp \ sb-grovel \ sb-introspect \ sb-md5 \ |