diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-27 03:56:22 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-27 03:56:22 +0000 |
commit | c1e7cf9c6db3bd8ed6a8aa2376e6cd144b8fe3fe (patch) | |
tree | 6bae4b66da2656d3512b9e90f79d53c8829fc57a /math | |
parent | 5ea72e5b65dc7ce28ef4aab3d085a0df0a12d5e9 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/maxima/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 425aa3ac8c2a..262f8fc58e93 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -8,23 +8,23 @@ PORTNAME= maxima PORTVERSION= 5.14.0 PORTREVISION= 1 -CATEGORIES= math +CATEGORIES= math tk MASTER_SITES= SF MAINTAINER= sf@slappy.org COMMENT= Symbolic mathematics program BUILD_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} -LIB_DEPENDS= tk84:${PORTSDIR}/x11-toolkits/tk84 RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} \ ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \ ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash +USE_TK= 84+ USE_GMAKE= yes USE_AUTOTOOLS= automake:19 autoconf:261 CONFIGURE_ARGS+= --prefix=${PREFIX} \ --with-posix-shell=${LOCALBASE}/bin/bash \ - --with-wish=${LOCALBASE}/bin/wish8.4 \ + --with-wish=${WISH} \ ${LISPSELECT} # don't pass "-s" to install to avoid trying to strip a shell script CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}" |