diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-03-21 12:49:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-03-21 12:49:42 +0000 |
commit | 9f02936403d546bcc8e214a44de506d495dcaf11 (patch) | |
tree | 30e04b9b8d7713557c8c6c5b48b2d49a5ddef6fd /textproc | |
parent | 79acf0faa1659053287e18f1afac099ea22c319d (diff) | |
download | ports-9f02936403d546bcc8e214a44de506d495dcaf11.tar.gz ports-9f02936403d546bcc8e214a44de506d495dcaf11.zip |
Notes
Diffstat (limited to 'textproc')
-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 bd009167f82c..713c5aca6810 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 |