diff options
author | jlam <jlam@pkgsrc.org> | 2000-05-07 02:09:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-05-07 02:09:13 +0000 |
commit | 82c2034fab2fbebf18a4ca1c43b167e9d08f7ede (patch) | |
tree | 2bb28951113fc8aaf0aacba131714ef4b20603fa /print | |
parent | 613b43bd1840f30df65ffbeebf6449e5925f2bc2 (diff) | |
download | pkgsrc-82c2034fab2fbebf18a4ca1c43b167e9d08f7ede.tar.gz |
Add and enable ghostscript, ghostscript-fonts, ghostscript-nox11, and
ghostscript-x11. Disable ghostscript5 and ghostscript5-x11.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/print/Makefile b/print/Makefile index 81c5b9d2245..6a1dd5fedd6 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2000/04/23 05:55:52 kim Exp $ +# $NetBSD: Makefile,v 1.35 2000/05/07 02:09:13 jlam Exp $ # FreeBSD Id: Makefile,v 1.52 1997/12/14 00:58:08 asami Exp # @@ -9,8 +9,12 @@ SUBDIR += cups SUBDIR += enscript SUBDIR += ggv - SUBDIR += ghostscript5 - SUBDIR += ghostscript5-x11 + SUBDIR += ghostscript + SUBDIR += ghostscript-fonts + SUBDIR += ghostscript-nox11 + SUBDIR += ghostscript-x11 +# SUBDIR += ghostscript5 +# SUBDIR += ghostscript5-x11 SUBDIR += gnome-print SUBDIR += gv SUBDIR += html2ps |