diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/fastcap/Makefile | 4 | ||||
-rw-r--r-- | cad/gnucap/Makefile | 4 | ||||
-rw-r--r-- | cad/tnt-mmtl/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/cad/fastcap/Makefile b/cad/fastcap/Makefile index bb6864e0bdb..a708b5a2cd9 100644 --- a/cad/fastcap/Makefile +++ b/cad/fastcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/05/13 03:44:23 minskim Exp $ +# $NetBSD: Makefile,v 1.30 2006/08/10 03:21:39 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= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" GCC_REQD+= 2.95.3 diff --git a/cad/gnucap/Makefile b/cad/gnucap/Makefile index ec68b130f94..d4f11a83fd1 100644 --- a/cad/gnucap/Makefile +++ b/cad/gnucap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/07/22 05:54:52 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2006/08/10 03:21:39 minskim Exp $ # DISTNAME= gnucap-2006-07-08 @@ -17,7 +17,7 @@ USE_TOOLS+= gmake USE_GNU_READLINE= YES GNU_CONFIGURE= YES TEX_DEPMOD= build -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/gnucap/manual/html diff --git a/cad/tnt-mmtl/Makefile b/cad/tnt-mmtl/Makefile index 9d2c1422243..f4834503161 100644 --- a/cad/tnt-mmtl/Makefile +++ b/cad/tnt-mmtl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/06/30 07:05:16 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/08/10 03:21:39 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= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 post-patch: ${MV} ${WRKSRC}/tnt ${WRKSRC}/tnt-mmtl |