1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

math/maxima: remove bash dependency

- Maintainer's timeout (bf@FreeBSD.org)

PR:		193950
Submitted by:	Jan Kokemüller <jan.kokemueller@gmail.com>
This commit is contained in:
Bartek Rutkowski 2015-03-08 10:13:58 +00:00
parent da9381a18f
commit 5a2935c8e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380756

View File

@ -3,7 +3,7 @@
PORTNAME= maxima PORTNAME= maxima
PORTVERSION= 5.31.3 PORTVERSION= 5.31.3
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= math lisp tk CATEGORIES= math lisp tk
MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source
@ -15,14 +15,13 @@ LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} BUILD_DEPENDS= ${LOCALBASE}/bin/${LISPPORT}
PATCH_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash PATCH_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} \ RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} \
${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \ ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot
${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
USES= gmake makeinfo perl5 python:build tk:84+ USES= gmake makeinfo perl5 python:build tk:84+
USE_PERL5= build USE_PERL5= build
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} \ CONFIGURE_ARGS+= --prefix=${PREFIX} \
--with-posix-shell=${LOCALBASE}/bin/bash \ --with-posix-shell=/bin/sh \
--with-wish=${WISH} \ --with-wish=${WISH} \
${LISPSELECT} ${LISPSELECT}