summaryrefslogtreecommitdiff
path: root/print/Makefile
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-06-04 14:33:38 +0000
committercjep <cjep@pkgsrc.org>2002-06-04 14:33:38 +0000
commit08d9654a6a77970a2da4b8ad4fb66e444a9e174d (patch)
tree339f6a3854a34895afe7b93803eeaf17c71efb39 /print/Makefile
parentc41f428fe3c5c3285459bbef835a41d7d6eb2b1f (diff)
downloadpkgsrc-08d9654a6a77970a2da4b8ad4fb66e444a9e174d.tar.gz
Add and enable yup.
yup provides a PostScript printer with the capability of printing any number of reduced page images on one physical sheet of paper, be they PostScript or ASCII text. Supplied by grant at grunta.com in PR#14128. Thanks!
Diffstat (limited to 'print/Makefile')
-rw-r--r--print/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile
index 9a6014b1542..a7f13e1b55f 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2002/05/31 15:02:43 seb Exp $
+# $NetBSD: Makefile,v 1.72 2002/06/04 14:33:38 cjep Exp $
#
COMMENT= Desktop publishing
@@ -69,5 +69,6 @@ SUBDIR+= transfig
SUBDIR+= ttftot42
SUBDIR+= xpdf
SUBDIR+= xpp
+SUBDIR+= yup
.include "../mk/bsd.pkg.subdir.mk"