changeset 13322:080b738f40f4

858 text/doctools should have dependencies on things man(1) needs Reviewed by: gwr@nexenta.com Approved by: garrett@nexenta.com
author Richard Lowe <richlowe@richlowe.net>
date Sun, 03 Apr 2011 16:13:38 -0400
parents e0a46b714d35
children 68180a7fbd06
files usr/src/pkg/manifests/text-doctools.mf
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/pkg/manifests/text-doctools.mf	Sun Apr 03 16:13:38 2011 -0400
+++ b/usr/src/pkg/manifests/text-doctools.mf	Sun Apr 03 16:13:38 2011 -0400
@@ -422,8 +422,11 @@
     license=usr/src/cmd/vgrind/THIRDPARTYLICENSE
 link path=usr/lib/tmac target=../share/lib/tmac
 link path=usr/man target=./share/man
-#
+# lp is used by man -t and -r
+depend fmri=print/lp/print-client-commands type=require
+# awk is used by catman (via makewhatis)
+depend fmri=system/extended-system-utilities type=require
 # gpic is used as a preprocessor by the apropos command
-#
 depend fmri=text/groff type=require
+# less is the default (per user environment) pager
 depend fmri=text/less type=require