diff options
author | robak <robak@FreeBSD.org> | 2015-03-08 18:13:58 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-03-08 18:13:58 +0800 |
commit | ee19476595fba506c3ea76732281534ce63606dd (patch) | |
tree | 6249bfe2295c5db949d69befcdcf4184033a4f68 /math | |
parent | d963da3b8d0382bf614f808bbb00b0c5986d5081 (diff) | |
download | freebsd-ports-gnome-ee19476595fba506c3ea76732281534ce63606dd.tar.gz freebsd-ports-gnome-ee19476595fba506c3ea76732281534ce63606dd.tar.zst freebsd-ports-gnome-ee19476595fba506c3ea76732281534ce63606dd.zip |
math/maxima: remove bash dependency
- Maintainer's timeout (bf@FreeBSD.org)
PR: 193950
Submitted by: Jan Kokemüller <jan.kokemueller@gmail.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/maxima/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
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} |