diff options
author | frueauf <frueauf> | 1998-02-22 17:25:22 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-02-22 17:25:22 +0000 |
commit | a1e105b6bbd915af7a317807ce1d66595c6deb90 (patch) | |
tree | 4f062562d59a80bb9a49a883d1b70b26228668ca /print | |
parent | fe398748146ac8c4acf02c979f285cd25cde8026 (diff) | |
download | pkgsrc-a1e105b6bbd915af7a317807ce1d66595c6deb90.tar.gz |
Enable enscript.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/Makefile b/print/Makefile index 90fa3ee397d..378478480bf 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/02/16 17:41:26 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/02/22 17:25:22 frueauf Exp $ # FreeBSD Id: Makefile,v 1.52 1997/12/14 00:58:08 asami Exp # @@ -16,7 +16,7 @@ # SUBDIR += dvips # SUBDIR += dvips2ascii # SUBDIR += dviselect -# SUBDIR += enscript + SUBDIR += enscript # SUBDIR += ghostscript # SUBDIR += ghostscript3 # SUBDIR += ghostscript4 |