summaryrefslogtreecommitdiffstats
path: root/doc/groff/DEPENDS
blob: 2506c286f27117f5d5c4635da489e86e2e6ca39a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
depends -sub CXX gcc &&
depends bison &&

optional_depends POSTSCRIPT-INTERPRETER \
                 "" "" \
                 "for creation of either pdf or html output" &&

optional_depends netpbm "" "" "required for html output" &&

optional_depends psutils "" "" "required for html output"

optional_depends libx11 \
                 "--with-x" \
                 "--without-x" \
                 "for X11 support in groff" &&
if is_depends_enabled $SPELL libx11; then
  depends libxaw &&
  depends libxmu &&
  depends libxt
fi