diff options
author | asami <asami@FreeBSD.org> | 1996-12-03 18:47:21 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-03 18:47:21 +0800 |
commit | 8089a83f8cdf9b94f62a777d02e2b7fd9b3f5cd1 (patch) | |
tree | b35baf4a3ced2a94e025d579eee1f7ddf06074d3 /print | |
parent | 07c54b1c3f24fa24dcb5d17d8c2e99887a22aaf1 (diff) | |
download | freebsd-ports-gnome-8089a83f8cdf9b94f62a777d02e2b7fd9b3f5cd1.tar.gz freebsd-ports-gnome-8089a83f8cdf9b94f62a777d02e2b7fd9b3f5cd1.tar.zst freebsd-ports-gnome-8089a83f8cdf9b94f62a777d02e2b7fd9b3f5cd1.zip |
Remove xtexshell, requires ancient version of tcl/tk.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/Makefile b/print/Makefile index 87c9fa7c71f8..437a6d989f59 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> |