git: 26b823c1a058 - main - security/shibboleth-sp: Remove incorrect dependency

From: Palle Girgensohn <girgen_at_FreeBSD.org>
Date: Wed, 13 Nov 2024 08:27:30 UTC
The branch main has been updated by girgen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=26b823c1a05879328dd33808259cf856b32850ae

commit 26b823c1a05879328dd33808259cf856b32850ae
Author:     Palle Girgensohn <girgen@FreeBSD.org>
AuthorDate: 2024-11-13 08:24:39 +0000
Commit:     Palle Girgensohn <girgen@FreeBSD.org>
CommitDate: 2024-11-13 08:27:16 +0000

    security/shibboleth-sp: Remove incorrect dependency
    
    PR:     279155 (Reported by diizzy@)
---
 security/shibboleth-sp/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/security/shibboleth-sp/Makefile b/security/shibboleth-sp/Makefile
index a1fb9650b5fe..e13c86f0c748 100644
--- a/security/shibboleth-sp/Makefile
+++ b/security/shibboleth-sp/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	shibboleth-sp
 PORTVERSION=	3.5.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security www
 MASTER_SITES=	http://shibboleth.net/downloads/service-provider/${PORTVERSION}/
 
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libsaml.so:security/opensaml \
 		libgdbm.so:databases/gdbm \
 		libexpat.so:textproc/expat2
 
-USES=		gmake tar:bzip2 cpe pkgconfig libtool bdb
+USES=		gmake tar:bzip2 cpe pkgconfig libtool
 USE_CXXSTD=	c++14
 
 GNU_CONFIGURE=	yes