From ee19476595fba506c3ea76732281534ce63606dd Mon Sep 17 00:00:00 2001 From: robak Date: Sun, 8 Mar 2015 10:13:58 +0000 Subject: math/maxima: remove bash dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Maintainer's timeout (bf@FreeBSD.org) PR: 193950 Submitted by: Jan Kokemüller --- math/maxima/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'math') diff --git a/math/maxima/Makefile b/math/maxima/Makefile index ab9348a0f06a..499860108f7c 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -3,7 +3,7 @@ PORTNAME= maxima PORTVERSION= 5.31.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source @@ -15,14 +15,13 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} PATCH_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} \ - ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \ - ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash + ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot USES= gmake makeinfo perl5 python:build tk:84+ USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} \ - --with-posix-shell=${LOCALBASE}/bin/bash \ + --with-posix-shell=/bin/sh \ --with-wish=${WISH} \ ${LISPSELECT} -- cgit