diff options
author | minskim <minskim> | 2006-05-13 03:44:23 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-05-13 03:44:23 +0000 |
commit | ce8253eb185afe7af05efa6b30ab611bd8ea7570 (patch) | |
tree | 2c18ca092663df72077c1e313c65a4dcdcd9c1ee /editors/TeXmacs | |
parent | 46bd498aada7dbe7d570f3edbfc6760c6a03f458 (diff) | |
download | pkgsrc-ce8253eb185afe7af05efa6b30ab611bd8ea7570.tar.gz |
Remove references to teTeX1.
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 94069523eb8..d087311be50 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2006/03/11 10:07:49 ghen Exp $ +# $NetBSD: Makefile,v 1.57 2006/05/13 03:44:23 minskim Exp $ DISTNAME= TeXmacs-1.0.6-src PKGNAME= ${DISTNAME:S/-src//} @@ -15,7 +15,7 @@ BUILD_TARGET= TEXMACS USE_TOOLS+= gmake USE_LANGUAGES= c c++ GNU_CONFIGURE= yes -TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX2 teTeX3 PYTHON_PATCH_SCRIPTS= plugins/python/bin/tm_python |