aboutsummaryrefslogtreecommitdiffstats
path: root/security/dirmngr
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2003-08-15 06:12:22 +0800
committerkuriyama <kuriyama@FreeBSD.org>2003-08-15 06:12:22 +0800
commit5d146ff4720de5d8d4d4d694d95f7c9610ca1629 (patch)
tree8d16cfa672f730a86108972d81b94f4386ed060b /security/dirmngr
parentad22ef5b98216aef16cead73dee0d26743d67a88 (diff)
downloadfreebsd-ports-gnome-5d146ff4720de5d8d4d4d694d95f7c9610ca1629.tar.gz
freebsd-ports-gnome-5d146ff4720de5d8d4d4d694d95f7c9610ca1629.tar.zst
freebsd-ports-gnome-5d146ff4720de5d8d4d4d694d95f7c9610ca1629.zip
Quick fix for INDEX build breakage by openldap2[012] split.
We should use net/openldap20/bsd.openldap.mk later... Pointy hat to: kuriyama
Diffstat (limited to 'security/dirmngr')
-rw-r--r--security/dirmngr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile
index d4b56839713c..3e17876d483b 100644
--- a/security/dirmngr/Makefile
+++ b/security/dirmngr/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dirmngr
PORTVERSION= 0.4.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG} \
http://tigress.com/lofi/:lofi/
@@ -42,7 +42,7 @@ CONFIGURE_ARGS+=--with-included-gettext=no
.if defined(WITH_LDAP21)
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21
.else
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20
+LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client
.endif
post-extract: