diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-05-07 21:38:03 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-05-07 21:38:03 +0000 |
commit | 614a6034a301bf84c122d50c614004ddcd735be2 (patch) | |
tree | a65d221ec372087e12df9d173f72171e79c0ede2 /math/mathomatic/Makefile | |
parent | c08d463bc4a2d91a326104bbc240b0c023a029c4 (diff) |
Notes
Diffstat (limited to 'math/mathomatic/Makefile')
-rw-r--r-- | math/mathomatic/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index cf83b9993a6a..cbc5539c5d85 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -7,7 +7,7 @@ # PORTNAME= mathomatic -PORTVERSION= 12.5.14 +PORTVERSION= 12.5.15 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ @@ -15,6 +15,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Highly portable, general purpose CAS (Computer Algebra System) USE_BZIP2= yes +USE_GCC= 3.4+ + MAKEFILE= makefile MAKE_ARGS= -DREADLINE |