diff options
author | asami <asami@FreeBSD.org> | 1996-07-18 12:24:32 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-07-18 12:24:32 +0800 |
commit | 0d6cbdf34970140f5c1f50d6d6908555714942a2 (patch) | |
tree | c8183caa516b670c8d4b9a4befa309f6022e8694 /print | |
parent | c731328fbcb3a291134c4b38b152ded050f2349c (diff) | |
download | freebsd-ports-gnome-0d6cbdf34970140f5c1f50d6d6908555714942a2.tar.gz freebsd-ports-gnome-0d6cbdf34970140f5c1f50d6d6908555714942a2.tar.zst freebsd-ports-gnome-0d6cbdf34970140f5c1f50d6d6908555714942a2.zip |
Add ghostscript4.
Forgotten by: andreas :)
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 efa3c2111346..648fb623e0e1 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.28 1996/04/17 08:31:58 tg Exp $ +# $Id: Makefile,v 1.29 1996/06/14 09:20:18 jkh Exp $ # SUBDIR += a2ps @@ -9,6 +9,7 @@ SUBDIR += dviselect SUBDIR += ghostscript SUBDIR += ghostscript3 + SUBDIR += ghostscript4 SUBDIR += ghostview SUBDIR += gv SUBDIR += html2latex |