diff options
author | drochner <drochner@pkgsrc.org> | 2008-01-04 15:26:17 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-01-04 15:26:17 +0000 |
commit | 25c984adcee03e35ecb9bfc0f29f2119544c880a (patch) | |
tree | bef0110109e80a9e74a998cbf0e38e62e81b34b7 /editors/TeXmacs/Makefile | |
parent | b18adfdfc4f5f342691420e38b3c177ae0511207 (diff) | |
download | pkgsrc-25c984adcee03e35ecb9bfc0f29f2119544c880a.tar.gz |
-update to 1.0.6.12
changes:
-Complete abstraction of the graphical user interface should make
porting easier
-Improved signal handling for pipe communications
-patch to support maxima-5.14
Diffstat (limited to 'editors/TeXmacs/Makefile')
-rw-r--r-- | editors/TeXmacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index 76d9211b298..e9fe49f332b 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.72 2008/01/04 15:01:32 ghen Exp $ +# $NetBSD: Makefile,v 1.73 2008/01/04 15:26:17 drochner Exp $ -DISTNAME= TeXmacs-1.0.6.11-src +DISTNAME= TeXmacs-1.0.6.12-src PKGNAME= ${DISTNAME:S/-src//} CATEGORIES= editors MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ |