diff options
author | asami <asami@FreeBSD.org> | 1996-12-03 10:47:21 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-03 10:47:21 +0000 |
commit | 8089a83f8cdf9b94f62a777d02e2b7fd9b3f5cd1 (patch) | |
tree | b35baf4a3ced2a94e025d579eee1f7ddf06074d3 /print/Makefile | |
parent | 07c54b1c3f24fa24dcb5d17d8c2e99887a22aaf1 (diff) | |
download | FreeBSD-ports-8089a83f8cdf9b94f62a777d02e2b7fd9b3f5cd1.zip FreeBSD-ports-8089a83f8cdf9b94f62a777d02e2b7fd9b3f5cd1.tar.gz |
Remove xtexshell, requires ancient version of tcl/tk.
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/Makefile b/print/Makefile index 87c9fa7..437a6d9 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.34 1996/11/20 08:11:51 tg Exp $ +# $Id: Makefile,v 1.35 1996/11/25 01:24:47 obrien Exp $ # SUBDIR += a2ps @@ -34,6 +34,5 @@ SUBDIR += unroff SUBDIR += virtualpaper SUBDIR += xdvi - SUBDIR += xtexshell .include <bsd.port.subdir.mk> |