Browse Source

beecrypt: disable python support if there is no python installed

user/chris/wip/musl
Christian Wiese 12 years ago
parent
commit
da42a92062
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      security/beecrypt/beecrypt.conf

+ 4
- 0
security/beecrypt/beecrypt.conf

@ -24,3 +24,7 @@ fi
if ! pkginstalled -f icu4c; then
var_append extraconfopt ' ' "--without-cplusplus"
fi
if ! pkginstalled -f python; then
var_append extraconfopt ' ' "--without-python"
fi

Loading…
Cancel
Save