diff options
author | drochner <drochner@pkgsrc.org> | 2005-08-26 17:21:04 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-08-26 17:21:04 +0000 |
commit | 05149d2490d16a950aa74f395dee63f4aacc2e33 (patch) | |
tree | b897e3bf71e2b5316b16c35639322d7ee3872a7c /editors/TeXmacs/Makefile | |
parent | 5d9102a82a2f5e46f1672ab5fe4297b8fd3df9d7 (diff) | |
download | pkgsrc-05149d2490d16a950aa74f395dee63f4aacc2e33.tar.gz |
update to 1.0.5.7
changes:
-Several minor bugfixes from buglist
-Further improvements in configure
-Finished implementation of document parts and preambles
-Improved cursor accessability handling
also change TeX dependency to teTeX-bin, so that this can be used
with teTeX3 as well
Diffstat (limited to 'editors/TeXmacs/Makefile')
-rw-r--r-- | editors/TeXmacs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index 3d5945197e1..4d7620f290d 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2005/07/27 17:32:13 drochner Exp $ +# $NetBSD: Makefile,v 1.47 2005/08/26 17:21:04 drochner Exp $ -DISTNAME= TeXmacs-1.0.5.6-src +DISTNAME= TeXmacs-1.0.5.7-src PKGNAME= ${DISTNAME:S/-src//} CATEGORIES= editors MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ @@ -9,7 +9,7 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.texmacs.org/ COMMENT= GNU TeXmacs (free scientific text editor) -DEPENDS+= teTeX>=1.0:../../print/teTeX +DEPENDS+= teTeX-bin>=1.0:../../print/teTeX-bin BUILD_TARGET= TEXMACS |