git: 0cd76962e17b - main - databases/libgda5-ldap: unbreak after 6e1233be2292
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Feb 2023 11:13:07 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0cd76962e17b065a79bffeaadfe1d6290fa06ea4
commit 0cd76962e17b065a79bffeaadfe1d6290fa06ea4
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-02-19 11:10:59 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-02-19 11:13:01 +0000
databases/libgda5-ldap: unbreak after 6e1233be2292
=> gnome/libgda-5.2.10.tar.gz is not in /usr/ports/databases/libgda5-ldap/../libgda5/distinfo.
=> Either /usr/ports/databases/libgda5-ldap/../libgda5/distinfo is out of date, or
=> gnome/libgda-5.2.10.tar.gz is spelled incorrectly.
*** Error code 1
Reported by: pkg-fallout
---
databases/libgda5/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile
index 3f09ecff651a..8959d059eabc 100644
--- a/databases/libgda5/Makefile
+++ b/databases/libgda5/Makefile
@@ -61,7 +61,7 @@ CONFIGURE_ARGS+= --without-bdb
.endif
.if ${LIBGDA5_SLAVE}==ldap
-USES= ldap
+USES+= ldap
CONFIGURE_ARGS+= --with-ldap=${LOCALBASE}
.else
CONFIGURE_ARGS+= --without-ldap