diff options
author | davidovski <david@davidovski.xyz> | 2022-01-30 23:13:06 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-30 23:13:06 +0000 |
commit | 04ba3916ff1aa914bc176fe52c035fccefd7d01a (patch) | |
tree | 3e6249cb00f0df431b6a02f718db08a441e415dd | |
parent | 083e531ce95bf47b2717ea13b82ebaacb50a5c3f (diff) |
added missing make deps for libldap
-rw-r--r-- | repo/system/libldap.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/libldap.xibuild b/repo/system/libldap.xibuild index 33e3d80..6e96421 100644 --- a/repo/system/libldap.xibuild +++ b/repo/system/libldap.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(make ) +MAKEDEPS=(make groff) DEPS=(libidn libsasl) PKG_VER=2.6.0 |