summaryrefslogtreecommitdiffstats
path: root/devel/bluefish/DEPENDS
blob: 4c6f5c0aa7d4d8d3038b4561db6c7e1a695f3ddb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
depends pcre &&

if [[ $BLUEFISH_UNSTABLE == y ]]; then
  depends gtk+2
else
  if spell_ok gtk+2 && spell_ok gtk+3; then
    optional_depends gtk+2 "--with-gtk2" "" "to use gtk2 even if gtk3 is available"
  elif spell_ok gtk+2 && ! spell_ok gtk+3; then
    depends gtk+2 '--with-gtk2'
  else
    depends gtk+3
  fi
fi &&

optional_depends gucharmap "" "" "for the character map plugin" &&

optional_depends enchant \
                 "--enable-spell-check" \
                 "--disable-spell-check" \
                 "for spell checking capabilities" &&

optional_depends python \
                 "--enable-python" \
                 "--disable-python" \
                 "for python integration (HIGHLY EXPERIMENTAL)"