aboutsummaryrefslogtreecommitdiffstats
path: root/math/maxima
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2017-09-07 18:56:40 +0800
committergahr <gahr@FreeBSD.org>2017-09-07 18:56:40 +0800
commit1dfb87880a2a87fab006ab95cf12a0adc056d723 (patch)
treef77f0ccbda9db7030764a923d493f061cd647b57 /math/maxima
parentaefa56f45e4ac36fe3f8507ec188b845c08b4ca0 (diff)
downloadfreebsd-ports-gnome-1dfb87880a2a87fab006ab95cf12a0adc056d723.tar.gz
freebsd-ports-gnome-1dfb87880a2a87fab006ab95cf12a0adc056d723.tar.zst
freebsd-ports-gnome-1dfb87880a2a87fab006ab95cf12a0adc056d723.zip
Convert USES of tcl or tk from 84+ to 85+
This shouldn't change anything in the default case because tcl86 is chosen anyway.
Diffstat (limited to 'math/maxima')
-rw-r--r--math/maxima/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile
index e38ad666f98b..693fb80ac3d6 100644
--- a/math/maxima/Makefile
+++ b/math/maxima/Makefile
@@ -3,6 +3,7 @@
PORTNAME= maxima
PORTVERSION= 5.40.0
+PORTREVISION= 1
CATEGORIES= math lisp tk
MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source
@@ -16,7 +17,7 @@ PATCH_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash
RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} \
${LOCALBASE}/bin/gnuplot:math/gnuplot
-USES= gmake makeinfo perl5 python:build tk:84+ shared-mime-info
+USES= gmake makeinfo perl5 python:build tk:85+ shared-mime-info
USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} \