diff options
Diffstat (limited to 'math/maxima/Makefile')
-rw-r--r-- | math/maxima/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 9bcad5a291a..8cb75696374 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.36 2012/12/17 21:35:11 asau Exp $ +# $NetBSD: Makefile,v 1.37 2013/05/31 12:41:22 wiz Exp $ DISTNAME= maxima-5.29.1 # On updates, please make sure editors/TeXmacs knows about the new # version number. # (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima}) +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/} |