diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 16:54:54 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 16:54:54 +0000 |
commit | 214bd533a7aa7a2f42290138bc4f5d5cae9ce19d (patch) | |
tree | b6e8a2e2e173200c3e989ccba48ea51ad0a5a047 /math/maxima | |
parent | 6c0cb7e99c6b37a63f1cfe83248e49c09bf10996 (diff) |
- Convert ports of math/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371328
Diffstat (limited to 'math/maxima')
-rw-r--r-- | math/maxima/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 535d6798c44e..ab9348a0f06a 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -18,9 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} \ ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \ ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash -USES= gmake makeinfo perl5 tk:84+ +USES= gmake makeinfo perl5 python:build tk:84+ USE_PERL5= build -USE_PYTHON_BUILD= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} \ --with-posix-shell=${LOCALBASE}/bin/bash \ |