diff options
Diffstat (limited to 'math/maxima/Makefile')
-rw-r--r-- | math/maxima/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index a1fa97c0af3..7d67abfc47f 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2015/08/05 13:08:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.44 2015/08/30 15:57:11 wiz Exp $ -DISTNAME= maxima-5.36.1 +DISTNAME= maxima-5.37.0 # On updates, please make sure editors/TeXmacs knows about the new # version number. # (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima}) @@ -21,7 +21,9 @@ REPLACE_SH= doc/misc/grepforvariables.sh INFO_FILES= yes TEST_TARGET= check +PYTHON_FOR_BUILD_ONLY= yes .include "options.mk" +.include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" |