diff options
Diffstat (limited to 'textproc/groff/pkg-message')
-rw-r--r-- | textproc/groff/pkg-message | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/groff/pkg-message b/textproc/groff/pkg-message new file mode 100644 index 000000000000..35cf3b503c82 --- /dev/null +++ b/textproc/groff/pkg-message @@ -0,0 +1,21 @@ +[ +{ + type: install, + message: <<EOD +In order to be able to use the html driver, you need to install the following +packages: + - ghostscript + - netpbm +EOD +}, +{ + type: upgrade, + maximum_version = "1.2.4_3", + message: <<EOD +In order to be able to use the html driver, you need to install the following +packages: + - ghostscript + - netpbm +EOD +} +] |