diff options
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 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 |