diff options
Diffstat (limited to 'math/maxima')
-rw-r--r-- | math/maxima/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 1e168f4d23c4..1e4f877360ef 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} \ USE_TK= 84+ USE_GMAKE= yes -USE_AUTOTOOLS= aclocal:110 autoconf:261 +USE_AUTOTOOLS= aclocal:110 autoconf:262 CONFIGURE_ARGS+= --prefix=${PREFIX} \ --with-posix-shell=${LOCALBASE}/bin/bash \ --with-wish=${WISH} \ |