Revision: 37280 http://trac.macosforge.org/projects/macports/changeset/37280 Author: jmr@macports.org Date: 2008-06-02 02:44:13 -0700 (Mon, 02 Jun 2008) Log Message: ----------- maxima: de-lint Modified Paths: -------------- trunk/dports/math/maxima/Portfile Modified: trunk/dports/math/maxima/Portfile =================================================================== --- trunk/dports/math/maxima/Portfile 2008-06-02 09:39:21 UTC (rev 37279) +++ trunk/dports/math/maxima/Portfile 2008-06-02 09:44:13 UTC (rev 37280) @@ -1,6 +1,7 @@ # $Id$ PortSystem 1.0 + name maxima version 5.14.0 revision 1 @@ -18,7 +19,7 @@ University of Texas, it was released under the GNU \ General Public License. It is one of the more \ comprehensive and powerful computer algebra systems \ - available as open source. + available as open source. #bugs The graphical interfaces (xmaxima and the maxima \ # session mode of TeXmacs) are still quite immature and \ @@ -45,7 +46,7 @@ --mandir=${prefix}/share/man \ --enable-sbcl -variant clisp conflicts darwin i386 { +variant clisp conflicts darwin i386 description {Use CLISP instead of SBCL for Lisp} { depends_build-delete port:sbcl depends_build-append port:clisp configure.args-delete --enable-sbcl @@ -54,11 +55,11 @@ default_variants +test -variant test { test.run yes +variant test description {Run tests} { test.run yes test.target check } -variant printable_doc { +variant printable_doc description {Build printable documentation} { depends_build-append bin:tex:texlive build.target all pdf
participants (1)
-
jmr@macports.org