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 /print/tex-textpos/Makefile | |
parent | 46bd498aada7dbe7d570f3edbfc6760c6a03f458 (diff) | |
download | pkgsrc-ce8253eb185afe7af05efa6b30ab611bd8ea7570.tar.gz |
Remove references to teTeX1.
Diffstat (limited to 'print/tex-textpos/Makefile')
-rw-r--r-- | print/tex-textpos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/tex-textpos/Makefile b/print/tex-textpos/Makefile index a7ea9c2a3f6..3b0de1fc48b 100644 --- a/print/tex-textpos/Makefile +++ b/print/tex-textpos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/04/07 05:18:35 minskim Exp $ +# $NetBSD: Makefile,v 1.19 2006/05/13 03:44:24 minskim Exp $ # NAME= textpos @@ -17,7 +17,7 @@ DIST_SUBDIR= ${NAME} DISTFILES= textpos.ins LICENCE README textpos.dtx VERSION # included in teTeX3 -TEX_ACCEPTED= teTeX1 teTeX2 +TEX_ACCEPTED= teTeX2 NO_CONFIGURE= yes USE_DIRS+= texmf-1.0 |