diff options
author | chuckr <chuckr@FreeBSD.org> | 1997-07-27 11:33:23 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1997-07-27 11:33:23 +0800 |
commit | 40a158d29c0b6b05fc247b6a9408fc66608a2d4d (patch) | |
tree | 2ffe8b0cc49c70117d6103e79d7aa46fafe86c65 /print/Makefile | |
parent | 5b758ab162fc3d509147a9b91af3e2e9ecce16d8 (diff) | |
download | freebsd-ports-graphics-40a158d29c0b6b05fc247b6a9408fc66608a2d4d.tar.gz freebsd-ports-graphics-40a158d29c0b6b05fc247b6a9408fc66608a2d4d.tar.zst freebsd-ports-graphics-40a158d29c0b6b05fc247b6a9408fc66608a2d4d.zip |
Activate enscript
Submitted by: Gary Kline <kline@thought.org>
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 bb95f044ef9..1574470d08e 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.44 1997/04/27 00:07:53 asami Exp $ +# $Id: Makefile,v 1.45 1997/06/11 06:22:39 andreas Exp $ # SUBDIR += a2ps @@ -12,6 +12,7 @@ SUBDIR += dvi2xx SUBDIR += dvips SUBDIR += dviselect + SUBDIR += enscript SUBDIR += ghostscript SUBDIR += ghostscript3 SUBDIR += ghostscript4 |