summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-08-14 22:12:22 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-08-14 22:12:22 +0000
commit7c0800f7ecd0f2b76fcb23e301be3bcbfa23e29a (patch)
tree046589911dd65a013b01d27383fe064c31f921d9 /security
parentAdd a patch from gtk+ CVS that fixes the corrupt thumbnails in (diff)
Quick fix for INDEX build breakage by openldap2[012] split.
We should use net/openldap20/bsd.openldap.mk later... Pointy hat to: kuriyama
Notes
Notes: svn path=/head/; revision=86962
Diffstat (limited to 'security')
-rw-r--r--security/dirmngr/Makefile4
-rw-r--r--security/opensc/Makefile3
2 files changed, 4 insertions, 3 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:
diff --git a/security/opensc/Makefile b/security/opensc/Makefile
index 27c40791d67f..194ee2666b3f 100644
--- a/security/opensc/Makefile
+++ b/security/opensc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= opensc
PORTVERSION= 0.7.0
+PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= http://www.opensc.org/files/
@@ -14,7 +15,7 @@ MAINTAINER= bms@spc.org
COMMENT= ISO 7816 Smartcard API Library (OpenSSH Compatible)
LIB_DEPENDS= pcsclite.0:${PORTSDIR}/devel/pcsc-lite \
- ldap.2:${PORTSDIR}/net/openldap20
+ ldap.2:${PORTSDIR}/net/openldap20-client
INSTALLS_SHLIB= yes
USE_OPENSSL= yes