diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-02-14 18:15:46 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-02-14 18:15:46 +0000 |
commit | 8695e9be0736b275d34c141aae19fcbf97ba5bbe (patch) | |
tree | e8e67c07cc2695b29010e87832cbc85cdd47d391 /print/Makefile | |
parent | import of new port GP. (diff) |
Enable gp
PR: closes 5742
Notes
Notes:
svn path=/head/; revision=9721
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 b1589153f4dc..0345b0ba1d12 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.53 1998/01/24 16:59:21 jseger Exp $ +# $Id: Makefile,v 1.54 1998/02/04 12:20:50 tg Exp $ # # the reversed ordering of a2ps43 and a2ps is intentional -- this @@ -25,6 +25,7 @@ SUBDIR += ghostscript4 SUBDIR += ghostscript5 SUBDIR += ghostview + SUBDIR += gp SUBDIR += gv SUBDIR += html2latex SUBDIR += latex |