summaryrefslogtreecommitdiff
path: root/print/Makefile
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-03-30 22:53:58 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-03-30 22:53:58 +0000
commit007af1f11a98894566fa85cf49f2778a40be8b85 (patch)
tree52e64bc0de66edf213505fa6105909aee6f8d401 /print/Makefile
parentAdd a LIB_DEPENDS line in the makefile. xboing depends on the xpm library. (diff)
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.
Notes
Notes: svn path=/head/; revision=1256
Diffstat (limited to 'print/Makefile')
-rw-r--r--print/Makefile7
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>