diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | print/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index a61aab43d7a..c14c3d1ed07 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11966 2005/11/17 22:13:47 wiz Exp $ +$NetBSD: CHANGES,v 1.11967 2005/11/17 22:29:51 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -5268,3 +5268,4 @@ Changes to the packages collection and infrastructure in 2005: Updated emulators/MAMEDiff to 2.21 [wiz 2005-11-17] Updated emulators/ZIPIdent to 2.5 [wiz 2005-11-17] Updated security/MyPasswordSafe to 20050615 [wiz 2005-11-17] + Added print/hugeotp2ocp version 3.0 [minskim 2005-11-17] diff --git a/print/Makefile b/print/Makefile index 648ace405f1..994815743cd 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.137 2005/11/15 07:15:25 minskim Exp $ +# $NetBSD: Makefile,v 1.138 2005/11/17 22:29:52 minskim Exp $ # COMMENT= Desktop publishing @@ -51,6 +51,7 @@ SUBDIR+= gnome-print SUBDIR+= gv SUBDIR+= hpijs SUBDIR+= html2ps +SUBDIR+= hugeotp2ocp SUBDIR+= if-psprint SUBDIR+= ijs SUBDIR+= img2eps |