diff options
author | tg <tg@FreeBSD.org> | 1997-03-04 18:11:43 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-03-04 18:11:43 +0800 |
commit | 26bada6754faf21a7fbbe827a2c0e2b8893a26d7 (patch) | |
tree | e39c2a454b46ccf6756c92c5c932f4606bc3d149 /print/Makefile | |
parent | 86e1da2b5da8b4d7dac1d5efc4927235a1eaa758 (diff) | |
download | freebsd-ports-gnome-26bada6754faf21a7fbbe827a2c0e2b8893a26d7.tar.gz freebsd-ports-gnome-26bada6754faf21a7fbbe827a2c0e2b8893a26d7.tar.zst freebsd-ports-gnome-26bada6754faf21a7fbbe827a2c0e2b8893a26d7.zip |
Activate dvi2tty.
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 0da14773d469..7c8f870337f1 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.38 1997/02/18 17:11:18 jmz Exp $ +# $Id: Makefile,v 1.39 1997/03/02 17:05:31 andreas Exp $ # SUBDIR += a2ps SUBDIR += acroread SUBDIR += afm SUBDIR += apsfilter + SUBDIR += dvi2tty SUBDIR += dvi2xx SUBDIR += dvips SUBDIR += dviselect |