diff options
author | jlam <jlam> | 2002-09-13 20:12:02 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-13 20:12:02 +0000 |
commit | 96a0766bfd2d9ad54578957f144cdcb7de48e24c (patch) | |
tree | 644d0595aecf42d6f8dd4ef94aed1906db3a4a31 /print | |
parent | 2d86883f44ce498d84a542fb35c2d072942f052e (diff) | |
download | pkgsrc-96a0766bfd2d9ad54578957f144cdcb7de48e24c.tar.gz |
Add and enable ghostscript-gnu-x11.
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 a24a01117d6..ed31f2e0166 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2002/09/13 06:54:59 jlam Exp $ +# $NetBSD: Makefile,v 1.87 2002/09/13 20:12:02 jlam Exp $ # COMMENT= Desktop publishing @@ -27,6 +27,7 @@ SUBDIR+= ggv SUBDIR+= ghostscript SUBDIR+= ghostscript-gnu SUBDIR+= ghostscript-gnu-nox11 +SUBDIR+= ghostscript-gnu-x11 SUBDIR+= ghostscript-nox11 SUBDIR+= gimp-print SUBDIR+= gimp-print-cups |