diff options
author | andreas <andreas@FreeBSD.org> | 1997-06-11 14:22:39 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-06-11 14:22:39 +0800 |
commit | c03874623ca2ece5c8b5f6bc3182394a85666ebb (patch) | |
tree | 677430094f63e185cd88af39ea5f5f960aa00448 /print/Makefile | |
parent | 14b807c532d0e7499a11f4f72946a49c669b0da2 (diff) | |
download | freebsd-ports-gnome-c03874623ca2ece5c8b5f6bc3182394a85666ebb.tar.gz freebsd-ports-gnome-c03874623ca2ece5c8b5f6bc3182394a85666ebb.tar.zst freebsd-ports-gnome-c03874623ca2ece5c8b5f6bc3182394a85666ebb.zip |
enable ghostscript 5 port
packaging will be tested later this afternoon after cvsupping ;-)
(have to go to work now) ;-)
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 ea5c684ffcb2..bb95f044ef90 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.43 1997/04/11 10:06:34 obrien Exp $ +# $Id: Makefile,v 1.44 1997/04/27 00:07:53 asami Exp $ # SUBDIR += a2ps @@ -15,6 +15,7 @@ SUBDIR += ghostscript SUBDIR += ghostscript3 SUBDIR += ghostscript4 + SUBDIR += ghostscript5 SUBDIR += ghostview SUBDIR += gv SUBDIR += html2latex |