aboutsummaryrefslogtreecommitdiff
path: root/math/maxima/Makefile
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2012-09-13 08:17:46 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2012-09-13 08:17:46 +0000
commit16c7b5048fa8bdf368ac41f5fcbf4114bb2cfa5d (patch)
tree837fb56f59b684b804a3c242c115e15e8f9b16a7 /math/maxima/Makefile
parent04c9e59fcd359a8952368078638a0b6eabb3a8d5 (diff)
downloadports-16c7b5048fa8bdf368ac41f5fcbf4114bb2cfa5d.tar.gz
ports-16c7b5048fa8bdf368ac41f5fcbf4114bb2cfa5d.zip
Notes
Diffstat (limited to 'math/maxima/Makefile')
-rw-r--r--math/maxima/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile
index 7ce0147bd919..317a55de8a32 100644
--- a/math/maxima/Makefile
+++ b/math/maxima/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= maxima
-PORTVERSION= 5.27.0
-PORTREVISION= 3
+PORTVERSION= 5.28.0
CATEGORIES= math lisp tk
MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source
@@ -40,7 +39,7 @@ PLIST_SUB+= LISPBIN=${LISPBINARY}
PLIST_SUB+= MAXIMABIN=${MAXIMABINARY}
PLIST_SUB+= PORTVERSION=${PORTVERSION}
-OPTIONS_SINGLE= LISP
+OPTIONS_SINGLE= LISP
OPTIONS_SINGLE_LISP= CLISP CMUCL GCL SBCL
OPTIONS_DEFAULT= SBCL
@@ -115,6 +114,8 @@ post-patch:
.if defined(MAXIMA_LISP_OPTIONS) && !empty(MAXIMA_LISP_OPTIONS)
@${REINPLACE_CMD} -e 's;"@SBCL_NAME@";@SBCL_NAME@;g' \
${WRKSRC}/src/maxima.in
+ @${REINPLACE_CMD} -e 's;"$$(SBCL_NAME)";$$(SBCL_NAME);g' \
+ ${WRKSRC}/src/Makefile.in
.endif
pre-build: