diff options
Diffstat (limited to 'math/maxima/Makefile')
-rw-r--r-- | math/maxima/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 02d51af6000e..d7503419021d 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -19,8 +19,9 @@ RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} \ ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash USE_TK = 84+ +USES= gmake perl5 USE_GMAKE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build USE_PYTHON_BUILD= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} \ |