diff options
author | minskim <minskim@pkgsrc.org> | 2006-05-13 03:44:23 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-05-13 03:44:23 +0000 |
commit | d240ae9985a712505ea81efd9cb4d30dbeab3449 (patch) | |
tree | 2c18ca092663df72077c1e313c65a4dcdcd9c1ee /editors/TeXmacs/Makefile | |
parent | 69ee0933996b35c89ac313d14e1e9870057b5595 (diff) | |
download | pkgsrc-d240ae9985a712505ea81efd9cb4d30dbeab3449.tar.gz |
Remove references to teTeX1.
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 |