diff options
Diffstat (limited to 'math/maxima/Makefile')
-rw-r--r-- | math/maxima/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 317a55de8a32..d7beb1934c0e 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -6,14 +6,14 @@ # PORTNAME= maxima -PORTVERSION= 5.28.0 +PORTVERSION= 5.29.1 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source MAINTAINER= bf@FreeBSD.org COMMENT= Symbolic mathematics program -LICENSE= GPLv2 +LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} PATCH_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash |