aboutsummaryrefslogtreecommitdiff
path: root/math/mathomatic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/mathomatic/Makefile')
-rw-r--r--math/mathomatic/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile
index b66c7c403f16..a6e2fc6136bd 100644
--- a/math/mathomatic/Makefile
+++ b/math/mathomatic/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mathomatic
-PORTVERSION= 15.0.8
+PORTVERSION= 15.1.0
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/ \
CRITICAL
@@ -15,15 +15,17 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Highly portable, general purpose CAS (Computer Algebra System)
USE_BZIP2= yes
+USE_GMAKE= yes
+
MAKE_JOBS_SAFE= yes
MAKEFILE= makefile
-MAKE_ARGS= -DREADLINE
PORTDOCS= *
-
MAN1= mathomatic.1
+MAKE_ARGS= READLINE=1
+
OPTIONS= PDF "Install PDF manual (requires htmldoc)" off
.include <bsd.port.pre.mk>