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 04ce0abf19d5..931cf88c9d77 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -22,8 +22,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} \ USE_XLIB= yes USE_GMAKE= yes -USE_AUTOMAKE= yes -USE_AUTOCONF= yes +USE_AUTOMAKE_VER= 14 +USE_AUTOCONF_VER= 213 CONFIGURE_ARGS+= --prefix=${PREFIX} \ --with-posix-shell=${LOCALBASE}/bin/bash \ --with-wish=${LOCALBASE}/bin/wish8.4 \ |