summaryrefslogtreecommitdiff
path: root/math/maxima/Makefile
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2013-10-03 13:47:44 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2013-10-03 13:47:44 +0000
commit8e5a6741f554097caf643375cf115ad4c03b3eb7 (patch)
tree7b6165db6c53022961c6e94bd3b4590f88a8c98f /math/maxima/Makefile
parent. support staging; (diff)
Update lang/sbcl to 1.1.12 [1] and math/maxima to 5.31.1; adjust
dependent ports PR: 181545 [1]
Diffstat (limited to 'math/maxima/Makefile')
-rw-r--r--math/maxima/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile
index d7caac4416be..ba95f3cbcb26 100644
--- a/math/maxima/Makefile
+++ b/math/maxima/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= maxima
-PORTVERSION= 5.30.0
-PORTREVISION= 2
+PORTVERSION= 5.31.1
CATEGORIES= math lisp tk
MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source
@@ -18,8 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} \
${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \
${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
-USE_TK = 84+
-USES= gmake perl5
+USES= gmake perl5 tk:84+
USE_PERL5= build
USE_PYTHON_BUILD= yes
GNU_CONFIGURE= yes
@@ -126,7 +124,7 @@ post-install:
@${ECHO_MSG} ""
check regression-test test: build
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${_MAKE_JOBS} \
- ${MAKE_ARGS} check
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} \
+ check
.include <bsd.port.post.mk>