diff options
author | reed <reed> | 2003-10-08 20:58:05 +0000 |
---|---|---|
committer | reed <reed> | 2003-10-08 20:58:05 +0000 |
commit | 8fab6ded7b99c38cc9caed6a1f27507e7b5a1f46 (patch) | |
tree | 657c458eeecf8d81449f61fe5a20c806b238d516 /editors/TeXmacs | |
parent | c8eeae0b58368973327c5856b342f614597cde79 (diff) | |
download | pkgsrc-8fab6ded7b99c38cc9caed6a1f27507e7b5a1f46.tar.gz |
Allow to use teTeX2 also.
Diffstat (limited to 'editors/TeXmacs')
-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 0bef25f80d9..a8cc1435531 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/07/17 21:34:18 grant Exp $ +# $NetBSD: Makefile,v 1.18 2003/10/08 20:58:05 reed Exp $ DISTNAME= TeXmacs-1.0.1-src PKGNAME= ${DISTNAME:S/-src//} @@ -10,7 +10,7 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.texmacs.org COMMENT= GNU TeXmacs (free scientific text editor) -DEPENDS+= teTeX>=1.0:../../print/teTeX +DEPENDS+= teTeX{,2}>=1.0:../../print/teTeX ALL_TARGET= TEXMACS |