diff options
author | rafan <rafan@FreeBSD.org> | 2008-04-27 11:56:22 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-04-27 11:56:22 +0800 |
commit | a4e40a5c9ec98305a11277fb5ca800ef225d42f1 (patch) | |
tree | c21076449749a9eef55959a1e7de19a5728f65f0 /math | |
parent | 9aaafc96d5da01c4a8a36f2e4a10234a43d9e8d3 (diff) | |
download | freebsd-ports-gnome-a4e40a5c9ec98305a11277fb5ca800ef225d42f1.tar.gz freebsd-ports-gnome-a4e40a5c9ec98305a11277fb5ca800ef225d42f1.tar.zst freebsd-ports-gnome-a4e40a5c9ec98305a11277fb5ca800ef225d42f1.zip |
- Use USE_TK and add tk to category
PR: ports/122220
Submitted by: bf <bf2006a at yahoo.com>
Approved by: maintainer timeout (3 weeks)
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}" |