diff options
author | ats <ats@FreeBSD.org> | 1995-03-31 06:53:58 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-03-31 06:53:58 +0800 |
commit | 7ac59bf3aff76a8ffbb28e4468aa443e932d2e30 (patch) | |
tree | 4fafcc24f9a2613e0b39451bcb7c9fab859c0267 /print | |
parent | d34f9d4958d7a5461fd5338a63b8f7fe997e6671 (diff) | |
download | freebsd-ports-gnome-7ac59bf3aff76a8ffbb28e4468aa443e932d2e30.tar.gz freebsd-ports-gnome-7ac59bf3aff76a8ffbb28e4468aa443e932d2e30.tar.zst freebsd-ports-gnome-7ac59bf3aff76a8ffbb28e4468aa443e932d2e30.zip |
Remove latex and latex209 from the subdir list and put it into the
broken category.
latex runs into an endless input loop.
latex209 doesn't find the hyphen file.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/print/Makefile b/print/Makefile index 7f6d31cb3b25..fdc4f19bcf28 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,6 +1,9 @@ -# $Id: Makefile,v 1.9 1995/01/13 14:16:34 jkh Exp $ +# $Id: Makefile,v 1.10 1995/02/28 22:40:11 gpalmer Exp $ +# +# Broken: latex, runs into an endless input loop +# Broken: latex209, Doesn't find the hyphen file # SUBDIR= a2ps afm dvi2xx dvips dviselect ghostscript ghostview psutils \ - tex latex latex209 makeindex mltex texinfo transfig xdvi xtexshell + tex makeindex mltex texinfo transfig xdvi xtexshell .include <bsd.port.subdir.mk> |