diff options
author | drochner <drochner@pkgsrc.org> | 2008-01-04 16:08:24 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-01-04 16:08:24 +0000 |
commit | cb07cb158c13d6d5e21cfcf3f57b60b16927caf1 (patch) | |
tree | 42ad7d0c0366a586007ce95a1d375f010ebcf957 /math | |
parent | 3fae31956931e38395b49013ba01dff170472418 (diff) | |
download | pkgsrc-cb07cb158c13d6d5e21cfcf3f57b60b16927caf1.tar.gz |
add a comment asking updates to check compatibility with editors/TeXmacs,
as suggested by Antoine Reilles
Diffstat (limited to 'math')
-rw-r--r-- | math/maxima/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 577b0f345b4..da1911196b8 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,7 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2008/01/04 11:45:42 ghen Exp $ +# $NetBSD: Makefile,v 1.15 2008/01/04 16:08:24 drochner Exp $ # DISTNAME= maxima-5.14.0 +# On updates, please make sure editors/TeXmacs knows about the new +# version number. +# (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima}) CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/} |