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/fastcap/Makefile | |
parent | 73582dead2e79ea9c231bf788fa8ce2c8a39008b (diff) | |
download | pkgsrc-fa5157ed202465169d34967031ddc6af8c152942.tar.gz |
Remove references to teTeX1.
Diffstat (limited to 'cad/fastcap/Makefile')
-rw-r--r-- | cad/fastcap/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |