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 | fa5157ed202465169d34967031ddc6af8c152942 (patch) | |
tree | 2c18ca092663df72077c1e313c65a4dcdcd9c1ee /cad | |
parent | 73582dead2e79ea9c231bf788fa8ce2c8a39008b (diff) | |
download | pkgsrc-fa5157ed202465169d34967031ddc6af8c152942.tar.gz |
Remove references to teTeX1.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/fastcap/Makefile | 4 | ||||
-rw-r--r-- | cad/tnt-mmtl/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cad/fastcap/Makefile b/cad/fastcap/Makefile index 5f99ca9deba..bb6864e0bdb 100644 --- a/cad/fastcap/Makefile +++ b/cad/fastcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/02/05 23:08:21 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2006/05/13 03:44:23 minskim Exp $ # DISTNAME= fastcap-2.0-18Sep92 @@ -19,7 +19,7 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./config CONFIGURE_ARGS+= 4 TEX_DEPMETHOD= build -TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX2 teTeX3 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" GCC_REQD+= 2.95.3 diff --git a/cad/tnt-mmtl/Makefile b/cad/tnt-mmtl/Makefile index c953db701ea..87e6e4dc6cd 100644 --- a/cad/tnt-mmtl/Makefile +++ b/cad/tnt-mmtl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/02/05 23:08:22 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2006/05/13 03:44:23 minskim Exp $ # DISTNAME= tnt-1.2.2 @@ -19,7 +19,7 @@ GNU_CONFIGURE= YES USE_TOOLS+= gmake USE_LANGUAGES= c c++ fortran TEX_DEPMOD= build -TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX2 teTeX3 post-patch: ${MV} ${WRKSRC}/tnt ${WRKSRC}/tnt-mmtl |