diff options
-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 |