git: 7526c4218a6d - main - net/tinyldap: Fix build with libowfat 0.33+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 07:23:21 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7526c4218a6deb97afd0ceb83720db56701dc71c
commit 7526c4218a6deb97afd0ceb83720db56701dc71c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:08:48 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:08:48 +0000
net/tinyldap: Fix build with libowfat 0.33+
Approved by: portmgr (blanket)
---
net/tinyldap/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/tinyldap/Makefile b/net/tinyldap/Makefile
index 745ee170d2c0..b85444dca50e 100644
--- a/net/tinyldap/Makefile
+++ b/net/tinyldap/Makefile
@@ -13,7 +13,7 @@ LICENSE= GPLv2
BUILD_DEPENDS+= ${LOCALBASE}/lib/libowfat.a:${LIBOWFAT_PORT}
SNAPSHOT= 20170319
-USES= tar:bzip2 gmake ssl
+USES= tar:bzip2 gmake localbase ssl
WRKSRC= ${WRKDIR}/${PORTNAME}
CFLAGS+= -DATTRIBS=512
SBINFILES= acl addindex bindrequest dumpacls dumpidx idx2ldif parse \