diff options
author | asami <asami@FreeBSD.org> | 1998-03-21 12:49:42 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-03-21 12:49:42 +0000 |
commit | 6bf0ba90bf55a1792f5c56218fe45534f19dceaa (patch) | |
tree | e5ee7e1ce6b4d57a0df5678461a48d50272e236c | |
parent | 4692ae4618e56a27adf1c275a4384e5fa819ee2f (diff) | |
download | FreeBSD-ports-6bf0ba90bf55a1792f5c56218fe45534f19dceaa.zip FreeBSD-ports-6bf0ba90bf55a1792f5c56218fe45534f19dceaa.tar.gz |
Mark this port broken, checksum mismatches and directory structure is
different.
-rw-r--r-- | textproc/tth/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/tth/Makefile b/textproc/tth/Makefile index bd00916..713c5ac 100644 --- a/textproc/tth/Makefile +++ b/textproc/tth/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Feb 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/03/03 13:19:10 tg Exp $ +# $Id: Makefile,v 1.4 1998/03/04 08:17:34 tg Exp $ # DISTNAME= tth_C @@ -18,6 +18,8 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 \ ppmtogif:${PORTSDIR}/graphics/netpbm \ latex:${PORTSDIR}/print/teTeX +BROKEN= checksum + NO_WRKSUBDIR= yes MAN1= tth.1 |