diff options
author | thierry <thierry@FreeBSD.org> | 2014-02-05 05:57:26 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2014-02-05 05:57:26 +0800 |
commit | 8fa6ff12a4b7f8ecbacd67f727fd7731364f96dd (patch) | |
tree | 8682e564a9e2eabc0bc4ec4c653c67aa6bc9d926 /math/Makefile | |
parent | d60beddaead926d14dec5fb1adc6a1be730ea099 (diff) | |
download | freebsd-ports-gnome-8fa6ff12a4b7f8ecbacd67f727fd7731364f96dd.tar.gz freebsd-ports-gnome-8fa6ff12a4b7f8ecbacd67f727fd7731364f96dd.tar.zst freebsd-ports-gnome-8fa6ff12a4b7f8ecbacd67f727fd7731364f96dd.zip |
This upgrade generalizes the installer to handle any Matlab version,
adds support for MEX compilation, adds a man page, and improves the user
interface using auto-admin tools.
PR: ports/184607
Submitted by: Jason Bacon <jwbacon (at) tds.net>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 67d0c35778d9..4af6facd9c01 100644 --- a/math/Makefile +++ b/math/Makefile @@ -244,7 +244,7 @@ SUBDIR += mate-calc SUBDIR += mathomatic SUBDIR += matio - SUBDIR += matlab-R2012a-installer + SUBDIR += matlab-installer SUBDIR += matrix SUBDIR += maxima SUBDIR += mbasecalc |