From 04ba3916ff1aa914bc176fe52c035fccefd7d01a Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 30 Jan 2022 23:13:06 +0000 Subject: added missing make deps for libldap --- repo/system/libldap.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/system/libldap.xibuild') 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 -- cgit v1.2.1