diff options
author | steve <steve@FreeBSD.org> | 1998-07-20 10:31:50 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-20 10:31:50 +0800 |
commit | 9c2f3439a27e146eb3871c4faabaf0b4e6defa45 (patch) | |
tree | 70174534d4e1532a453979baf774fd68ff5cf185 /print | |
parent | d3c4a7bfd625b144a42b44fe3c7eff21092efd9a (diff) | |
download | freebsd-ports-gnome-9c2f3439a27e146eb3871c4faabaf0b4e6defa45.tar.gz freebsd-ports-gnome-9c2f3439a27e146eb3871c4faabaf0b4e6defa45.tar.zst freebsd-ports-gnome-9c2f3439a27e146eb3871c4faabaf0b4e6defa45.zip |
Turn on enscriptfonts.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 47803e7813ab..6f46444aa586 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.61 1998/05/25 14:28:02 tg Exp $ +# $Id: Makefile,v 1.62 1998/06/14 22:00:24 kuriyama Exp $ # # the reversed ordering of a2ps43 and a2ps is intentional -- this @@ -19,6 +19,7 @@ SUBDIR += dvips2ascii SUBDIR += dviselect SUBDIR += enscript + SUBDIR += enscriptfonts SUBDIR += freetype SUBDIR += ghostscript SUBDIR += ghostscript3 |